fsoinhoiew

This commit is contained in:
john
2026-02-19 21:32:20 +01:00
parent cde15848b4
commit e562b7d40a

View File

@@ -7,6 +7,8 @@ server {
location / {
allow 127.0.0.1;
allow 172.30.32.2;
allow 10.42.0.0/24;
allow 172.30.32.0/23;
deny all;
proxy_set_header X-WEBAUTH-USER %%grafana_user%%;
proxy_pass http://backend;