do not ignore cert in internal comms
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2023-03-05 22:51:48 +01:00
parent 89c4c3baf0
commit af0f09b8b0
2 changed files with 17 additions and 15 deletions

View File

@ -81,7 +81,9 @@ http {
{%- endif %}
location /{
proxy_pass https://{{ proxysite.ip }};
{-% if proxysite.ignorecert %}
proxy_ssl_verify off;
{%- endif %}
}
location /metrics{
proxy_pass https://{{ proxysite.ip }};