From cace4effed959c0a80db99bd093c9cb5426283af Mon Sep 17 00:00:00 2001 From: Jan-Henrik Bruhn Date: Tue, 7 Feb 2023 00:20:50 +0100 Subject: [PATCH] allow symlinks --- epaper-station/config.yaml | 2 +- epaper-station/rootfs/etc/nginx/nginx.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/epaper-station/config.yaml b/epaper-station/config.yaml index 057e19d..6931793 100644 --- a/epaper-station/config.yaml +++ b/epaper-station/config.yaml @@ -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 diff --git a/epaper-station/rootfs/etc/nginx/nginx.conf b/epaper-station/rootfs/etc/nginx/nginx.conf index 31e546e..1cb4bee 100644 --- a/epaper-station/rootfs/etc/nginx/nginx.conf +++ b/epaper-station/rootfs/etc/nginx/nginx.conf @@ -14,6 +14,7 @@ http { listen 0.0.0.0:4242; location / { + disable_symlinks off; root /public; }