Update UI for new laundry monitor

This commit is contained in:
2022-08-18 11:31:53 -04:00
parent 7ea7a50e73
commit 76facd9052
7 changed files with 80 additions and 603 deletions

View File

@@ -16,13 +16,6 @@ server {
root /usr/share/nginx/html;
location /socket.io {
proxy_pass http://172.23.10.30:80;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
}
location / {
try_files $uri $uri/ /index.html =404;
}