From f60ecdca84f93d2bd7f28e82022818f707b22a9d Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 7 Sep 2017 18:32:36 +0200 Subject: [PATCH] give ProxyPassReverse a path --- modules/salsa/templates/apache-salsa.debian.org.conf.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/salsa/templates/apache-salsa.debian.org.conf.erb b/modules/salsa/templates/apache-salsa.debian.org.conf.erb index a417e8e4f..106dfa5ca 100644 --- a/modules/salsa/templates/apache-salsa.debian.org.conf.erb +++ b/modules/salsa/templates/apache-salsa.debian.org.conf.erb @@ -16,8 +16,8 @@ Use common-debian-service-https-redirect * salsa.debian.org ProxyPreserveHost On AllowEncodedSlashes NoDecode - ProxyPassReverse http://127.0.0.1:8080/ - ProxyPassReverse http://salsa.debian.org/ + ProxyPassReverse / http://127.0.0.1:8080/ + ProxyPassReverse / http://salsa.debian.org/ RewriteEngine on RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-f [OR] -- 2.20.1