mirror of
https://github.com/geerlingguy/ansible-role-nginx.git
synced 2025-02-12 00:31:47 +01:00
Move vars to defaults as otherwise they may not be overridden.
This commit is contained in:
parent
60bc2df30f
commit
5f95627706
@ -1,3 +1,8 @@
|
||||
---
|
||||
nginx_user: "nginx"
|
||||
nginx_worker_processes: "1"
|
||||
nginx_worker_connections: "8192"
|
||||
nginx_client_max_body_size: "64m"
|
||||
nginx_keepalive_timeout: "65"
|
||||
nginx_remove_default_vhost: false
|
||||
nginx_default_vhost_path: /etc/nginx/sites-enabled/default
|
||||
|
@ -1,6 +1 @@
|
||||
---
|
||||
nginx_user: "nginx"
|
||||
nginx_worker_processes: "1"
|
||||
nginx_worker_connections: "8192"
|
||||
nginx_client_max_body_size: "64m"
|
||||
nginx_keepalive_timeout: "65"
|
||||
|
Loading…
Reference in New Issue
Block a user