fix pages port once more
authorPeter Palfrader <peter@palfrader.org>
Thu, 25 Jan 2018 21:53:42 +0000 (22:53 +0100)
committerPeter Palfrader <peter@palfrader.org>
Thu, 25 Jan 2018 21:53:42 +0000 (22:53 +0100)
modules/salsa/templates/apache-pages.debian.net.conf.erb

index b8690d5..6bdc55b 100644 (file)
@@ -20,13 +20,13 @@ Use common-debian-service-https-redirect * pages.debian.net
        ProxyPreserveHost On
        AllowEncodedSlashes NoDecode
 
-       ProxyPass / http://127.0.0.1:8090/ retry=10 nocanon
-       ProxyPassReverse / http://127.0.0.1:8090/
+       ProxyPass / http://127.0.0.1:9080/ retry=10 nocanon
+       ProxyPassReverse / http://127.0.0.1:9080/
 
        #RewriteEngine on
        #RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-f [OR]
        #RewriteCond %{REQUEST_URI} ^/uploads/.*
-       #RewriteRule .* http://127.0.0.1:8090%{REQUEST_URI} [P,QSA,NE]
+       #RewriteRule .* http://127.0.0.1:9080%{REQUEST_URI} [P,QSA,NE]
 
        #RequestHeader set X_FORWARDED_PROTO 'https'
        #RequestHeader set X-Forwarded-Ssl on