next try
This commit is contained in:
parent
ca5b164d73
commit
77723306d0
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
name: E-Paper Station
|
name: E-Paper Station
|
||||||
version: 1.0.0.44
|
version: 1.0.0.45
|
||||||
#image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch}
|
#image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch}
|
||||||
slug: epaper-station
|
slug: epaper-station
|
||||||
description: Publish images to E-Paper pricetags
|
description: Publish images to E-Paper pricetags
|
||||||
|
|
|
@ -26,9 +26,9 @@ http {
|
||||||
root /public;
|
root /public;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ^~ /input_img/(?<endpath>.*) {
|
location /input_img {
|
||||||
set_by_lua $endpath 'return string.lower(ngx.var.endpath)'
|
set_by_lua $endpath 'return ngx.arg[1]:lower()' $request_uri;
|
||||||
proxy_pass http://localhost:8080/$endpath;
|
proxy_pass http://localhost:8080$endpath;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /ws {
|
location /ws {
|
||||||
|
|
Loading…
Reference in a new issue