Skip to content

Commit

Permalink
Merge pull request #15 from hansmorb/bugfix/issue-14
Browse files Browse the repository at this point in the history
include mod_proxy when remote vhost is defined
  • Loading branch information
robertdebock committed Jun 1, 2023
2 parents 1bf8255 + f4940aa commit 259a1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/vhost.conf.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{ ansible_managed | comment }}

{% if item.backend_url is defined %}
{% if ( item.backend_url is defined ) or ( item.remote is defined ) %}
<IfModule !proxy_module>
LoadModule proxy_module {{ httpd_modules_path }}/mod_proxy.so
</IfModule>
Expand Down

0 comments on commit 259a1e4

Please sign in to comment.