diff --git a/infrastructure/grafana/grafana.ini b/infrastructure/grafana/grafana.ini index 3a2b49e..d3b08d5 100644 --- a/infrastructure/grafana/grafana.ini +++ b/infrastructure/grafana/grafana.ini @@ -54,7 +54,7 @@ root_url = https://prod-team-15-2pc0i3lc.final.prodcontest.ru/admin/grafana serve_from_sub_path = true # Log web requests -router_logging = false +router_logging = true # the path relative working path static_root_path = public diff --git a/infrastructure/nginx/nginx.conf b/infrastructure/nginx/nginx.conf index dff0f61..ffb5e55 100644 --- a/infrastructure/nginx/nginx.conf +++ b/infrastructure/nginx/nginx.conf @@ -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;