From 732fa3f9594f3b6bed1cd0c719abd6c1e1f9fe57 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 10 Jan 2018 17:45:21 +0100 Subject: [PATCH] nginx: fix the virtualhost variables example. --- nginx/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx/defaults/main.yml b/nginx/defaults/main.yml index b306b836..43f41260 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$ {