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
+1 -1
View File
@@ -54,7 +54,7 @@ root_url = https://prod-team-15-2pc0i3lc.final.prodcontest.ru/admin/grafana
serve_from_sub_path = true serve_from_sub_path = true
# Log web requests # Log web requests
router_logging = false router_logging = true
# the path relative working path # the path relative working path
static_root_path = public static_root_path = public
+2 -2
View File
@@ -183,8 +183,8 @@ http {
client_max_body_size 100M; client_max_body_size 100M;
} }
location /admin/grafana/ { location /admin/grafana {
proxy_pass http://grafana:3000/; proxy_pass http://grafana:3000/admin/grafana;
proxy_set_header Host $http_host; proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;