From: Peter Palfrader Date: Fri, 5 Jan 2018 16:59:00 +0000 (+0100) Subject: Fix ProxyPassReverse X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=7a2dbc9ecc8b3a8ab2f1e102ac9f03d565e9a371;p=mirror%2Fdsa-puppet.git Fix ProxyPassReverse --- diff --git a/modules/salsa/templates/apache-webhook.salsa.debian.org.conf.erb b/modules/salsa/templates/apache-webhook.salsa.debian.org.conf.erb index d806e5054..ae81625eb 100644 --- a/modules/salsa/templates/apache-webhook.salsa.debian.org.conf.erb +++ b/modules/salsa/templates/apache-webhook.salsa.debian.org.conf.erb @@ -15,7 +15,7 @@ Use common-debian-service-https-redirect * webhook.salsa.debian.org AllowEncodedSlashes NoDecode ProxyPass / http://127.0.0.1:7443/ retry=15 nocanon - ProxyPassReverse http://127.0.0.1:7443/ + ProxyPassReverse / http://127.0.0.1:7443/ # vim:set syn=apache: