blob: e3cd43ce3393ff394c8a37225edfd165260aa366 (
plain)
- AddDefaultCharset UTF-8
- <Directory /srv/git>
- Options None
- AllowOverride None
- Order allow,deny
- allow from all
- </Directory>
- <Directory /usr/lib/cgit>
- Options ExecCgi FollowSymLinks
- AllowOverride None
- Order allow,deny
- allow from all
- </Directory>
- <Directory /usr/share/cgit>
- Options None
- AllowOverride None
- Order allow,deny
- allow from all
- </Directory>
- RewriteEngine on
- RewriteRule ^/(cgit-css/)?(cgit\.(css|png)|favicon\.ico|robots.txt)$ /usr/share/cgit/$2 [last]
- RewriteCond %{REQUEST_FILENAME} !-f
- RewriteRule ^(/.*)?$ /usr/lib/cgit/cgit.cgi$1 [T=application/x-httpd-cgi,L,NS]
|