1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00
iiab/roles/nginx/defaults/main.yml
2020-02-15 22:49:27 -05:00

17 lines
566 B
YAML

# 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
# nginx_log_dir: /var/log/nginx
# For schools that use WordPress/Nextcloud/Moodle intensively:
# nginx_high_php_limits: False
# 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!