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

Rename var nginx_config_dir to nginx_conf_dir

This commit is contained in:
root 2020-01-24 01:08:42 -05:00
parent 9d4dd4c4fd
commit b7151fe047
21 changed files with 84 additions and 84 deletions

View file

@ -243,7 +243,7 @@ nginx_install: True
nginx_enabled: True
nginx_port: 80
nginx_interface: 0.0.0.0
nginx_config_dir: /etc/nginx/conf.d
nginx_conf_dir: /etc/nginx/conf.d
nginx_log_dir: /var/log/nginx
# See also Apache vars {default_language, language_priority} @ top of this file