ansible-role-nginx/vars/main.yml
2014-05-02 22:24:54 -05:00

7 lines
149 B
YAML

---
nginx_user: "nginx"
nginx_worker_processes: "1"
nginx_worker_connections: "8192"
nginx_client_max_body_size: "64m"
nginx_keepalive_timeout: "65"