From ceceef8fb20655fd61bf784d9659392f7b84e11f Mon Sep 17 00:00:00 2001 From: Jan-Henrik Bruhn Date: Fri, 10 Feb 2023 17:02:21 +0100 Subject: [PATCH] bugfix --- epaper-station/config.yaml | 2 +- epaper-station/rootfs/etc/nginx/nginx.conf | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/epaper-station/config.yaml b/epaper-station/config.yaml index f95127a..3215b19 100644 --- a/epaper-station/config.yaml +++ b/epaper-station/config.yaml @@ -1,6 +1,6 @@ --- name: E-Paper Station -version: 1.0.0.47 +version: 1.0.0.48 #image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch} slug: epaper-station description: Publish images to E-Paper pricetags diff --git a/epaper-station/rootfs/etc/nginx/nginx.conf b/epaper-station/rootfs/etc/nginx/nginx.conf index 0ed5901..96291c8 100644 --- a/epaper-station/rootfs/etc/nginx/nginx.conf +++ b/epaper-station/rootfs/etc/nginx/nginx.conf @@ -1,8 +1,3 @@ -load_module /usr/lib/nginx/modules/ndk_http_module.so; -load_module /usr/lib/nginx/modules/ngx_http_lua_module.so; - -pcre_jit on; - daemon off; error_log /dev/stdout info;