This commit is contained in:
parent
af0f09b8b0
commit
77a184b054
@ -79,11 +79,11 @@ http {
|
||||
{%- if proxysite.bigrequests %}
|
||||
client_max_body_size 8G;
|
||||
{%- endif %}
|
||||
location /{
|
||||
proxy_pass https://{{ proxysite.ip }};
|
||||
{-% if proxysite.ignorecert %}
|
||||
proxy_ssl_verify off;
|
||||
{%- endif %}
|
||||
location /{
|
||||
proxy_pass https://{{ proxysite.ip }};
|
||||
}
|
||||
location /metrics{
|
||||
proxy_pass https://{{ proxysite.ip }};
|
||||
|
Loading…
Reference in New Issue
Block a user