diff --git a/nginx/defaults/main.yml b/nginx/defaults/main.yml index b306b83..43f4126 100644 --- a/nginx/defaults/main.yml +++ b/nginx/defaults/main.yml @@ -102,9 +102,9 @@ nginx_ssl_type: ssl # proxy_standard_setup: True # proxy_additional_options: # - 'proxy_cache_path /tmp/nginx_cache levels=1:2 keys_zone=cache:30m max_size=250m;' -# proxies: +# locations: # - location: / -# target: http://localhost:{{ local_http_port }}; +# target: http://localhost:{{ local_http_port }} # # extra_parameters: | # location ~ \.php$ {