restrict on webgateway
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Torma Kristóf 2022-05-29 20:36:40 +02:00
parent 1417856dd6
commit 92b53d7177

View File

@ -83,6 +83,11 @@ http {
proxy_pass https://{{ proxysite.ip }};
proxy_ssl_verify off;
}
location /metrics{
proxy_pass https://{{ proxysite.ip }};
allow 192.168.69.0/24;
deny all;
}
}
{% endfor %}