From: Martin Zobel-Helas Date: Sun, 10 Sep 2017 12:53:13 +0000 (+0200) Subject: s/8080/8181/g X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=9d36741cc74488acb097a6540bda874f1eb41040;p=mirror%2Fdsa-puppet.git s/8080/8181/g Signed-off-by: Martin Zobel-Helas --- diff --git a/modules/salsa/templates/apache-salsa.debian.org.conf.erb b/modules/salsa/templates/apache-salsa.debian.org.conf.erb index ee6a3b497..176db7e42 100644 --- a/modules/salsa/templates/apache-salsa.debian.org.conf.erb +++ b/modules/salsa/templates/apache-salsa.debian.org.conf.erb @@ -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