summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2014-12-17 17:22:38 +0100
committerHolger Levsen <holger@layer-acht.org>2014-12-17 17:28:11 +0100
commite9ce61800739a5fe3cea136f4e08b507a3201a4f (patch)
treeeecdecda29e958b538d40cfb8e22f58d6a07a8a2
parent134caeabec48b9512d29736e9a64d5bea6c6109d (diff)
downloadjenkins.debian.net-e9ce61800739a5fe3cea136f4e08b507a3201a4f.tar.xz
apache: use tabs instead of spaces
-rw-r--r--etc/apache2/sites-available/jenkins.debian.net42
1 files changed, 21 insertions, 21 deletions
diff --git a/etc/apache2/sites-available/jenkins.debian.net b/etc/apache2/sites-available/jenkins.debian.net
index 1852553a..43efdd0b 100644
--- a/etc/apache2/sites-available/jenkins.debian.net
+++ b/etc/apache2/sites-available/jenkins.debian.net
@@ -29,12 +29,12 @@ NameVirtualHost *:80
SSLOptions +StdEnvVars
</Directory>
- ProxyRequests Off
- <Proxy *>
- Order deny,allow
- Allow from all
- </Proxy>
- ProxyPreserveHost on
+ ProxyRequests Off
+ <Proxy *>
+ Order deny,allow
+ Allow from all
+ </Proxy>
+ ProxyPreserveHost on
AllowEncodedSlashes NoDecode
ProxyPass /d-i-preseed-cfgs/ http://localhost:8080/userContent/d-i-preseed-cfgs/
ProxyPass /server-status !
@@ -97,23 +97,23 @@ NameVirtualHost *:443
RewriteCond %{QUERY_STRING} token
RewriteRule ^ - [F]
- RewriteCond %{HTTP_HOST} reproducible\.debian\.net
- RewriteCond %{REQUEST_URI} ^/$ [or]
- RewriteCond %{REQUEST_URI} ^/userContent/$
- RewriteRule ^/(.*) https://%{HTTP_HOST}/userContent/reproducible.html [R]
-
- ProxyRequests Off
- <Proxy *>
- Order deny,allow
- Allow from all
- </Proxy>
- ProxyPreserveHost on
+ RewriteCond %{HTTP_HOST} reproducible\.debian\.net
+ RewriteCond %{REQUEST_URI} ^/$ [or]
+ RewriteCond %{REQUEST_URI} ^/userContent/$
+ RewriteRule ^/(.*) https://%{HTTP_HOST}/userContent/reproducible.html [R]
+
+ ProxyRequests Off
+ <Proxy *>
+ Order deny,allow
+ Allow from all
+ </Proxy>
+ ProxyPreserveHost on
AllowEncodedSlashes NoDecode
# proxy everything but a few urls
- ProxyPass /munin !
- ProxyPass /server-status !
- ProxyPass /visitors-report.html !
- ProxyPass /calamaris !
+ ProxyPass /munin !
+ ProxyPass /server-status !
+ ProxyPass /visitors-report.html !
+ ProxyPass /calamaris !
ProxyPass /robots.txt http://localhost:8080/userContent/robots.txt
# map /d-i-preseed-cfgs to /UserContent/d-i-preseed-cfgs
ProxyPass /d-i-preseed-cfgs/ http://localhost:8080/userContent/d-i-preseed-cfgs/