From 6aa3edf0ca29d0b31198bbb931ed437be92e427e Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 24 May 2015 15:44:46 +0200 Subject: Rename dir apache2/conf.available → apache2/conf-available. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apache2/conf.available/local-cgit.conf | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 apache2/conf.available/local-cgit.conf (limited to 'apache2/conf.available/local-cgit.conf') diff --git a/apache2/conf.available/local-cgit.conf b/apache2/conf.available/local-cgit.conf deleted file mode 100644 index 100720c..0000000 --- a/apache2/conf.available/local-cgit.conf +++ /dev/null @@ -1,27 +0,0 @@ -AddDefaultCharset UTF-8 - - - Options None - AllowOverride None - Require all granted - - - - Options ExecCgi FollowSymLinks - AllowOverride None - Require all granted - - - - - Options None - AllowOverride None - Require all granted - - -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] -- cgit v1.2.3