mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-27 01:25:38 -05:00
Don't need weather or hub proxy - k8s takes care of that
This commit is contained in:
@@ -16,17 +16,6 @@ server {
|
|||||||
|
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
|
|
||||||
location /api/weather/ {
|
|
||||||
proxy_pass http://172.23.10.3:80;
|
|
||||||
}
|
|
||||||
|
|
||||||
location /api/hub/ {
|
|
||||||
proxy_pass http://172.23.10.3:80;
|
|
||||||
proxy_http_version 1.1;
|
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
|
||||||
proxy_set_header Connection "Upgrade";
|
|
||||||
}
|
|
||||||
|
|
||||||
location /socket.io {
|
location /socket.io {
|
||||||
proxy_pass http://172.23.10.30:80;
|
proxy_pass http://172.23.10.30:80;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
|
|||||||
Reference in New Issue
Block a user