mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-19 02:40:19 +00:00
Enable appropriate reverse proxy apache mods
This commit is contained in:
@@ -16,3 +16,11 @@
|
|||||||
apache2_module:
|
apache2_module:
|
||||||
name: rewrite
|
name: rewrite
|
||||||
state: present
|
state: present
|
||||||
|
- name: proxy
|
||||||
|
apache2_module:
|
||||||
|
name: proxy
|
||||||
|
state: present
|
||||||
|
- name: proxy_http
|
||||||
|
apache2_module:
|
||||||
|
name: proxy_http
|
||||||
|
state: present
|
||||||
|
|||||||
Reference in New Issue
Block a user