diff options
Diffstat (limited to 'roles/nginx_reverse_proxy/templates/nginx.conf.j2')
-rw-r--r-- | roles/nginx_reverse_proxy/templates/nginx.conf.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/nginx_reverse_proxy/templates/nginx.conf.j2 b/roles/nginx_reverse_proxy/templates/nginx.conf.j2 index d279cdc..8f94bce 100644 --- a/roles/nginx_reverse_proxy/templates/nginx.conf.j2 +++ b/roles/nginx_reverse_proxy/templates/nginx.conf.j2 @@ -10,5 +10,6 @@ server { location / { proxy_pass {{ nginx_reverse_proxy.proxy_address }}; + {{ nginx_reverse_proxy.nginx_options_location_root | default("") }} } } |