blob: f307242b7729c56aa0bf5b621c44788994010843 (
plain)
- Define FEATUREWEBROOT /usr/local/share/feature/source-hosting/web/
- AddDefaultCharset UTF-8
- <Directory /usr/share/cgit>
- Options None
- AllowOverride None
- Require all granted
- </Directory>
- <Directory ${FEATUREWEBROOT}>
- Options None
- AllowOverride None
- Require all granted
- </Directory>
- Alias /cgit-css/ /usr/share/cgit/
- Alias /favicon.ico /usr/share/cgit/favicon.ico
- Alias /robots.txt /usr/share/cgit/robots.txt
- Alias /cgit-feature/ ${FEATUREWEBROOT}
- # this requires cgit config: enable-index-links=1
- RedirectMatch permanent ^/([^./]+)\.git(/.*) /$1$2
- <LocationMatch ^/(?![^./]+\.git/|cgit-css/.*|cgit-local/.*|favicon\.ico|robots\.txt|\.well-known/acme-challenge/)>
- ProxyPass unix:/run/uwsgi/app/local-git/socket|uwsgi://local-git
- </LocationMatch>
|