Fix ProxyPassReverse
[mirror/dsa-puppet.git] / modules / salsa / templates / apache-webhook.salsa.debian.org.conf.erb
index d806e50..ae81625 100644 (file)
@@ -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/
 </VirtualHost>
 
 # vim:set syn=apache: