Adding example 'nginx_extra_options' comment to defaults/main.yml

pull/36/head
cmacrae 8 years ago
parent c5a21436b4
commit 3fc2135bc4
  1. 7
      defaults/main.yml

@ -20,6 +20,13 @@ nginx_client_max_body_size: "64m"
nginx_proxy_cache_path: "" nginx_proxy_cache_path: ""
nginx_extra_options: "" nginx_extra_options: ""
# Example extra options
# nginx_extra_options: |
# proxy_buffering off;
# proxy_set_header X-Real-IP $remote_addr;
# proxy_set_header X-Scheme $scheme;
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
# proxy_set_header Host $http_host;
nginx_remove_default_vhost: false nginx_remove_default_vhost: false
nginx_vhosts: [] nginx_vhosts: []