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:
parent
865dd33546
commit
43b6994174
1 changed files with 10 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue