s/8080/8181/g
[mirror/dsa-puppet.git] / modules / salsa / templates / apache-salsa.debian.org.conf.erb
index ee6a3b4..176db7e 100644 (file)
@@ -19,13 +19,13 @@ Use common-debian-service-https-redirect * salsa.debian.org
        ProxyPreserveHost On
        AllowEncodedSlashes NoDecode
 
-       ProxyPassReverse / http://127.0.0.1:8081/
+       ProxyPassReverse / http://127.0.0.1:8181/
        ProxyPassReverse / http://salsa.debian.org/
 
        RewriteEngine on
        RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-f [OR]
        RewriteCond %{REQUEST_URI} ^/uploads/.*
-       RewriteRule .* http://127.0.0.1:8080%{REQUEST_URI} [P,QSA,NE]
+       RewriteRule .* http://127.0.0.1:8181%{REQUEST_URI} [P,QSA,NE]
 
        RequestHeader set X_FORWARDED_PROTO 'https'
        RequestHeader set X-Forwarded-Ssl on