0.1.29-DEV-20200515-172932
-------------------------- * FIX: - formatting fix for templates/proxy_site.j2 nginx_status block
This commit is contained in:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user