mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
default_vars soft nginx path
This commit is contained in:
parent
18aef95d92
commit
2e6017405d
1 changed files with 2 additions and 1 deletions
|
@ -280,7 +280,8 @@ nginx_install: True
|
|||
nginx_enabled: True
|
||||
nginx_port: 80
|
||||
nginx_interface: 0.0.0.0
|
||||
nginx_conf_dir: /etc/nginx/conf.d
|
||||
nginx_dir: /etc/nginx
|
||||
nginx_conf_dir: "{{ nginx_dir }}/conf.d"
|
||||
nginx_log_dir: /var/log/nginx
|
||||
# SEE BELOW: nginx_high_php_limits, apache_allow_sudo
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue