summaryrefslogtreecommitdiff
path: root/cgit/apache2/conf-available/local-cgit.conf
blob: 2ff4bee052023f5f6b7e9e43932c8a91e02b19bd (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)>
  11. ProxyPass unix:/run/uwsgi/app/local-git/socket|uwsgi://local-git
  12. </LocationMatch>