maybe this
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Torma Kristóf 2023-03-05 23:10:44 +01:00
parent af0f09b8b0
commit 77a184b054

View File

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