Skip to content

Commit 660ac18

Browse files
authored
Merge pull request #626 from PROCOLLAB-github/merge-master-into-dev-prep
Merge master into dev prep
2 parents c33df3b + b43b189 commit 660ac18

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)