summaryrefslogtreecommitdiff
path: root/cgit/apache2/conf-available/local-cgit.conf
blob: 56d81c512c75d36e686f20c5bcfc0340df4d0385 (plain)
  1. AddDefaultCharset UTF-8
  2. <Directory /usr/share/cgit>
  3. Options None
  4. AllowOverride None
  5. Require all granted
  6. </Directory>
  7. Alias /cgit-css/ /usr/share/cgit/
  8. Alias /favicon.ico /usr/share/cgit/favicon.ico
  9. Alias /robots.txt /usr/share/cgit/robots.txt
  10. <LocationMatch ^/(?!cgit-css/.*|favicon\.ico|robots\.txt|\.well-known/acme-challenge/)>
  11. ProxyPass unix:/run/uwsgi/app/local-git/socket|uwsgi://local-git
  12. </LocationMatch>