1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/nginx/defaults/main.yml

18 lines
566 B
YAML
Raw Normal View History

2020-01-13 15:54:33 +00:00
# 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_conf_dir: /etc/nginx/conf.d
2020-01-13 15:54:33 +00:00
# nginx_log_dir: /var/log/nginx
2020-02-16 03:49:27 +00:00
# For schools that use WordPress/Nextcloud/Moodle intensively:
# nginx_high_php_limits: False
2020-01-13 15:54:33 +00:00
# All above are set in: github.com/iiab/iiab/blob/master/vars/default_vars.yml
# If nec, change them by editing /etc/iiab/local_vars.yml prior to installing!