pull/3/merge
Jean-Philippe Evrard 10 years ago
commit 9f5fa6f037
  1. 1
      defaults/main.yml
  2. 1
      vars/main.yml

@ -1,3 +1,4 @@
---
nginx_user: "nginx"
nginx_remove_default_vhost: false
nginx_default_vhost_path: /etc/nginx/sites-enabled/default

@ -1,5 +1,4 @@
---
nginx_user: "nginx"
nginx_worker_processes: "1"
nginx_worker_connections: "8192"
nginx_client_max_body_size: "64m"