forked from ISTI-ansible-roles/ansible-roles
nginx: fix the virtualhost variables example.
This commit is contained in:
parent
c8769c3989
commit
732fa3f959
|
@ -102,9 +102,9 @@ nginx_ssl_type: ssl
|
||||||
# proxy_standard_setup: True
|
# proxy_standard_setup: True
|
||||||
# proxy_additional_options:
|
# proxy_additional_options:
|
||||||
# - 'proxy_cache_path /tmp/nginx_cache levels=1:2 keys_zone=cache:30m max_size=250m;'
|
# - 'proxy_cache_path /tmp/nginx_cache levels=1:2 keys_zone=cache:30m max_size=250m;'
|
||||||
# proxies:
|
# locations:
|
||||||
# - location: /
|
# - location: /
|
||||||
# target: http://localhost:{{ local_http_port }};
|
# target: http://localhost:{{ local_http_port }}
|
||||||
#
|
#
|
||||||
# extra_parameters: |
|
# extra_parameters: |
|
||||||
# location ~ \.php$ {
|
# location ~ \.php$ {
|
||||||
|
|
Loading…
Reference in New Issue