diff --git a/etc/templates/apache22.yml b/etc/templates/apache22.yml index c40db44..619eaca 100644 --- a/etc/templates/apache22.yml +++ b/etc/templates/apache22.yml @@ -88,8 +88,8 @@ vhost_type: rproxy: | # Define the vhost to reverse proxy ProxyRequests off - ProxyPass __LOCATION__ __PROXY_PROTO://__PROXY_ADDR__:__PROXY_PORT__ - ProxyHTMLURLMap __PROXY_PROTO://__PROXY_ADDR__:__PROXY_PORT__ __LOCATION__ + ProxyPass __LOCATION__ __PROXY_PROTO__://__PROXY_ADDR__:__PROXY_PORT__ + ProxyHTMLURLMap __PROXY_PROTO__://__PROXY_ADDR__:__PROXY_PORT__ __LOCATION__ ProxyPassReverse / SetOutputFilter proxy-html diff --git a/etc/templates/apache24.yml b/etc/templates/apache24.yml index b7ecb99..2ab661a 100644 --- a/etc/templates/apache24.yml +++ b/etc/templates/apache24.yml @@ -90,8 +90,8 @@ vhost_type: rproxy: | # Define the vhost to reverse proxy ProxyRequests off - ProxyPass __LOCATION__ __PROXY_PROTO://__PROXY_ADDR__:__PROXY_PORT__ - ProxyHTMLURLMap __PROXY_PROTO://__PROXY_ADDR__:__PROXY_PORT__ __LOCATION__ + ProxyPass __LOCATION__ __PROXY_PROTO__://__PROXY_ADDR__:__PROXY_PORT__ + ProxyHTMLURLMap __PROXY_PROTO__://__PROXY_ADDR__:__PROXY_PORT__ __LOCATION__ ProxyPassReverse / SetOutputFilter proxy-html