s/8080/8181/g
authorMartin Zobel-Helas <zobel@debian.org>
Sun, 10 Sep 2017 12:53:13 +0000 (14:53 +0200)
committerMartin Zobel-Helas <zobel@debian.org>
Sun, 10 Sep 2017 12:53:13 +0000 (14:53 +0200)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
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