fix: nginx config and namespace in bootdata
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"namespace": "stacks-11",
|
||||
"defaultDatasource": "-- Grafana --",
|
||||
"datasources": {},
|
||||
"minRefreshInterval": "5s",
|
||||
|
||||
@@ -112,7 +112,7 @@ server {
|
||||
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
proxy_set_header Connection $connection_upgrade;
|
||||
}
|
||||
|
||||
# Everything else to the frontend
|
||||
|
||||
Reference in New Issue
Block a user