From aff356246df648671a7aace44acb9b5371e47dce Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 25 Jan 2018 22:53:42 +0100 Subject: [PATCH] fix pages port once more --- modules/salsa/templates/apache-pages.debian.net.conf.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/salsa/templates/apache-pages.debian.net.conf.erb b/modules/salsa/templates/apache-pages.debian.net.conf.erb index b8690d5db..6bdc55b26 100644 --- a/modules/salsa/templates/apache-pages.debian.net.conf.erb +++ b/modules/salsa/templates/apache-pages.debian.net.conf.erb @@ -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 -- 2.20.1