mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-04-09 12:42:10 +07:00
Many minor changes
This commit is contained in:
@@ -8,8 +8,9 @@ nginx_apt_package: nginx-full
|
||||
nginx_root: "/srv/www"
|
||||
nginx_log_dir: '/var/log/nginx'
|
||||
nginx_ssl_dir: '/etc/nginx/ssl'
|
||||
nginx_pid: '/run/nginx.pid'
|
||||
nginx_resolver:
|
||||
hosts: ['208.67.222.222', '208.67.220.220'] # OpenDNS
|
||||
hosts: ['8.8.8.8', '8.8.4.4'] # OpenDNS
|
||||
valid: '300'
|
||||
timeout: '5'
|
||||
nginx_error_log_level: 'warn' # http://nginx.org/en/docs/ngx_core_module.html#error_log
|
||||
|
||||
Reference in New Issue
Block a user