mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
fyi nodered installs Apache module "proxy_wstunnel"
This commit is contained in:
parent
33a18546ca
commit
285b8881d6
1 changed files with 2 additions and 1 deletions
|
@ -114,7 +114,8 @@
|
|||
#
|
||||
# NOTE: activity-server/tasks/main.yml runs "a2enmod expires"
|
||||
# NOTE: awstats/tasks/install.yml runs "a2enmod cgi"
|
||||
# 2019-10-07: proxy_http is definitely essential! (ARE THE OTHER 4 REALLY NEEDED ?)
|
||||
# NOTE: nodered/tasks/main.yml uses apache2_module to install "proxy_wstunnel"
|
||||
# 2019-10-07: proxy_http is definitely essential! (ARE THE OTHER 4 BELOW REALLY NEEDED ?)
|
||||
- name: 'Enable 5 Apache modules, as with "a2enmod" command: headers, proxy, proxy_html, proxy_http, rewrite (for http://box/kiwix, http://box/kolibri, http://box/nodered, etc--if debuntu)'
|
||||
apache2_module:
|
||||
name: "{{ item }}"
|
||||
|
|
Loading…
Reference in a new issue