change websock port

This commit is contained in:
Jan-Henrik 2023-02-06 23:55:42 +01:00
parent 925632f416
commit 88137d1ac0
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
---
name: EPaper Station
version: 1.0.0.15
version: 1.0.0.16
#image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch}
slug: epaper-station
description: Publish Pictures to EPaper pricetags

View file

@ -18,7 +18,7 @@ http {
}
location /ws {
proxy_pass http://localhost:8000;
proxy_pass http://localhost:8442;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";