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;