From: Peter Palfrader Date: Thu, 7 Sep 2017 16:32:36 +0000 (+0200) Subject: give ProxyPassReverse a path X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=f60ecdca84f93d2bd7f28e82022818f707b22a9d;hp=1846d61c55644ac3cd741a5602c27b2cf56d617b;p=mirror%2Fdsa-puppet.git give ProxyPassReverse a path --- 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]