main.yml 249 B

12345678
  1. ---
  2. nginx_worker_processes: "1"
  3. nginx_worker_connections: "8192"
  4. nginx_client_max_body_size: "64m"
  5. nginx_keepalive_timeout: "65"
  6. nginx_remove_default_vhost: false
  7. nginx_default_vhost_path: /etc/nginx/sites-enabled/default
  8. nginx_proxy_cache_path: ""