diff --git a/templates/vhost.conf.j2 b/templates/vhost.conf.j2 index f224deb..342a6cd 100644 --- a/templates/vhost.conf.j2 +++ b/templates/vhost.conf.j2 @@ -1,6 +1,6 @@ {{ ansible_managed | comment }} -{% if item.backend_url is defined %} +{% if ( item.backend_url is defined ) or ( item.remote is defined ) %} LoadModule proxy_module {{ httpd_modules_path }}/mod_proxy.so