Enable appropriate reverse proxy apache mods

This commit is contained in:
fosslinux 2020-06-03 19:44:58 +10:00
parent 88be4d3642
commit b78020bd4d
No known key found for this signature in database
GPG Key ID: 7D7996D0C25B63A3
1 changed files with 8 additions and 0 deletions

View File

@ -16,3 +16,11 @@
apache2_module:
name: rewrite
state: present
- name: proxy
apache2_module:
name: proxy
state: present
- name: proxy_http
apache2_module:
name: proxy_http
state: present