From 7a2dbc9ecc8b3a8ab2f1e102ac9f03d565e9a371 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 5 Jan 2018 17:59:00 +0100 Subject: [PATCH] Fix ProxyPassReverse --- .../salsa/templates/apache-webhook.salsa.debian.org.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.20.1