From 8443cc22436cc94b760a7563f0be46fb3f1c7865 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 13 Jan 2020 12:14:06 -0500 Subject: [PATCH] Update httpd/defaults/main.yml --- roles/httpd/defaults/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/httpd/defaults/main.yml b/roles/httpd/defaults/main.yml index e3a6706d8..a1196888d 100644 --- a/roles/httpd/defaults/main.yml +++ b/roles/httpd/defaults/main.yml @@ -1,6 +1,12 @@ # default_language: en # language_priority: en es fr +# apache_install: True +# apache_enabled: False + +# apache_port: 8090 # NGINX proxies to this IP address, for legacy IIAB services still requiring Apache +# apache_interface: 127.0.0.1 + # For schools that use WordPress/Nextcloud/Moodle intensively: iiab/iiab#1147 # apache_high_php_limits: False # WARNING: Enabling this might cause excess use of RAM/disk or other resources!