0.1.29-DEV-20200515-172932

--------------------------
    * FIX:
      - formatting fix for templates/proxy_site.j2 nginx_status block
This commit is contained in:
2020-05-15 17:29:40 -04:00
parent 60de35b945
commit f5d92c2dc2
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ client_max_body_size {{ proxy_sites[item.key]['max_upload'] }};
{% endif %}
{% if proxy_sites[item.key]['status_page'] is defined %}
location /nginx_status {
location /nginx_status {
stub_status;
}
{% endif %}