1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update default_vars.yml

This commit is contained in:
A Holt 2020-01-13 10:55:35 -05:00 committed by GitHub
parent 865dd33546
commit 43b6994174
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -226,22 +226,26 @@ exFAT_enabled: True
# 3-BASE-SERVER
# 2020-01-13: Vars unused
# 2020-01-13: Both vars unused
admin_console_install: True
admin_console_enabled: True
nginx_port: 80
nginx_interface: 0.0.0.0
# 2019-01-13: IIAB's use of NGINX is still evolving -- please review this
# evolving doc: https://github.com/iiab/iiab/blob/master/roles/nginx/README.md
nginx_install: True
nginx_enabled: True
nginx_port: 80
nginx_interface: 0.0.0.0
nginx_config_dir: /etc/nginx/conf.d
nginx_log_dir: /var/log/nginx
# See also Apache vars {default_language, language_priority} @ top of this file
#
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
#
# NGINX proxies to Apache for legacy IIAB services, using:
apache_port: 8090
apache_interface: 127.0.0.1 # 2020-01-13: Var unused
#
# For schools that use WordPress/Nextcloud/Moodle intensively: iiab/iiab#1147
apache_high_php_limits: False