mirror of
https://github.com/geerlingguy/ansible-role-nginx.git
synced 2024-11-08 09:32:26 +01:00
12 lines
231 B
YAML
12 lines
231 B
YAML
---
|
|
nginx_worker_processes: "1"
|
|
nginx_worker_connections: "1024"
|
|
nginx_client_max_body_size: "64m"
|
|
nginx_keepalive_timeout: "65"
|
|
|
|
nginx_remove_default_vhost: false
|
|
nginx_vhosts: []
|
|
# TODO - add example.
|
|
|
|
nginx_proxy_cache_path: ""
|