diff options
author | Jonas Smedegaard <dr@jones.dk> | 2015-02-03 15:49:11 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-02-03 15:49:11 +0100 |
commit | cb29d162555f96546c8ddd0f371005ed0cedb447 (patch) | |
tree | 16b86637cb49b2608caf466876d0b374cc6490fa /apache2/conf.available | |
parent | 16d8f44e6f1212879d83b30de268399c0858c7ff (diff) |
Fix drop broken and unneeded explicit http-clone support.
Diffstat (limited to 'apache2/conf.available')
-rw-r--r-- | apache2/conf.available/local-cgit.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apache2/conf.available/local-cgit.conf b/apache2/conf.available/local-cgit.conf index 5ccb726..100720c 100644 --- a/apache2/conf.available/local-cgit.conf +++ b/apache2/conf.available/local-cgit.conf @@ -24,8 +24,4 @@ RewriteEngine on RewriteRule ^/(cgit-css/)?(cgit\.(css|png)|favicon\.ico|robots.txt)$ /usr/share/cgit/$2 [last] RewriteCond %{REQUEST_FILENAME} !-f -RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule "^(.*)/(.*)/(HEAD|info/refs|objects/(info/[^/]+|[0-9a-f]{2}/[0-9a-f]{38}|pack/pack-[0-9a-f]{40}\.(pack|idx))|git-(upload|receive)-pack)$" /usr/lib/git-core/git-http-backend/$1.git/$2 [NS,L,QSA] - -RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(/.*)?$ /usr/lib/cgit/cgit.cgi$1 [T=application/x-httpd-cgi,L,NS] |