This commit is contained in:
ITQ
2025-03-03 15:31:04 +03:00
parent bcd4adc4a5
commit 84cb62260e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -183,8 +183,8 @@ http {
client_max_body_size 100M;
}
location /admin/grafana/ {
proxy_pass http://grafana:3000/;
location /admin/grafana {
proxy_pass http://grafana:3000/admin/grafana;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;