nginx: fix the virtualhost variables example.

This commit is contained in:
Andrea Dell'Amico 2018-01-10 17:45:21 +01:00
parent c8769c3989
commit 732fa3f959
1 changed files with 2 additions and 2 deletions

View File

@ -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$ {