it helps if the jinja is valid
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
77a184b054
commit
603f906d37
@ -79,11 +79,11 @@ http {
|
|||||||
{%- if proxysite.bigrequests %}
|
{%- if proxysite.bigrequests %}
|
||||||
client_max_body_size 8G;
|
client_max_body_size 8G;
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{-% if proxysite.ignorecert %}
|
|
||||||
proxy_ssl_verify off;
|
|
||||||
{%- endif %}
|
|
||||||
location /{
|
location /{
|
||||||
proxy_pass https://{{ proxysite.ip }};
|
proxy_pass https://{{ proxysite.ip }};
|
||||||
|
{%- if proxysite.ignorecert %}
|
||||||
|
proxy_ssl_verify off;
|
||||||
|
{%- endif %}
|
||||||
}
|
}
|
||||||
location /metrics{
|
location /metrics{
|
||||||
proxy_pass https://{{ proxysite.ip }};
|
proxy_pass https://{{ proxysite.ip }};
|
||||||
|
Loading…
Reference in New Issue
Block a user