mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-22 20:57:09 +00:00
lolskeks
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user