allow symlinks
This commit is contained in:
parent
dbcf832735
commit
cace4effed
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
name: EPaper Station
|
||||
version: 1.0.0.21
|
||||
version: 1.0.0.22
|
||||
#image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch}
|
||||
slug: epaper-station
|
||||
description: Publish Pictures to EPaper pricetags
|
||||
|
|
|
@ -14,6 +14,7 @@ http {
|
|||
listen 0.0.0.0:4242;
|
||||
|
||||
location / {
|
||||
disable_symlinks off;
|
||||
root /public;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue