Bug fixes

This commit is contained in:
Jamie Curnow
2019-03-05 08:25:12 +10:00
parent 71dfd5d8f8
commit d04b7a0d88
3 changed files with 3 additions and 26 deletions

View File

@@ -5,4 +5,5 @@
proxy_set_header X-Forwarded-For $remote_addr;
proxy_pass {{ forward_scheme }}://{{ forward_host }}:{{ forward_port }};
{{ advanced_config }}
}
}

View File

@@ -25,7 +25,7 @@ server {
{%- if value == "html" %}
root /data/nginx/default_www;
location / {
try_files $uri /index.html ={{ meta.http_code }};
try_files $uri /index.html;
}
{%- endif %}
}