trailingslash
This commit is contained in:
parent
8478b94f61
commit
085ea5f542
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
name: EPaper Station
|
||||
version: 1.0.0.34
|
||||
version: 1.0.0.35
|
||||
#image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch}
|
||||
slug: epaper-station
|
||||
description: Publish Pictures to EPaper pricetags
|
||||
|
|
|
@ -19,7 +19,7 @@ http {
|
|||
}
|
||||
|
||||
location /input_img {
|
||||
proxy_pass http://localhost:8080;
|
||||
proxy_pass http://localhost:8080/;
|
||||
}
|
||||
|
||||
location /ws {
|
||||
|
|
Loading…
Reference in a new issue