From 98a22e0e0411de9ccdb6c17eb86cec98700115fd Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 25 Jan 2018 22:46:29 +0100 Subject: [PATCH] fix port for pages --- modules/salsa/templates/apache-pages.debian.net.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/salsa/templates/apache-pages.debian.net.conf.erb b/modules/salsa/templates/apache-pages.debian.net.conf.erb index 09a5593a7..b8690d5db 100644 --- a/modules/salsa/templates/apache-pages.debian.net.conf.erb +++ b/modules/salsa/templates/apache-pages.debian.net.conf.erb @@ -20,7 +20,7 @@ Use common-debian-service-https-redirect * pages.debian.net ProxyPreserveHost On AllowEncodedSlashes NoDecode - ProxyPass / http://127.0.0.1:8080/ retry=10 nocanon + ProxyPass / http://127.0.0.1:8090/ retry=10 nocanon ProxyPassReverse / http://127.0.0.1:8090/ #RewriteEngine on -- 2.20.1