it helps if the jinja is valid
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Torma Kristóf 2023-03-05 23:13:49 +01:00
parent 77a184b054
commit 603f906d37
1 changed files with 3 additions and 3 deletions

View File

@ -79,11 +79,11 @@ http {
{%- if proxysite.bigrequests %}
client_max_body_size 8G;
{%- endif %}
{-% if proxysite.ignorecert %}
proxy_ssl_verify off;
{%- endif %}
location /{
proxy_pass https://{{ proxysite.ip }};
{%- if proxysite.ignorecert %}
proxy_ssl_verify off;
{%- endif %}
}
location /metrics{
proxy_pass https://{{ proxysite.ip }};