Skip to content

Commit 75d0cfd

Browse files
committed
Удалён legacy grafana route из container nginx
1 parent 79d7dd6 commit 75d0cfd

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

nginx/nginx.conf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ server {
1515
proxy_set_header Upgrade $http_upgrade;
1616
}
1717

18-
location /grafana {
19-
proxy_pass http://grafana:3000;
20-
proxy_set_header Host $host;
21-
}
22-
2318
location @proxy_to_app {
2419
proxy_pass http://web:8000;
2520

0 commit comments

Comments
 (0)