nginx log

This commit is contained in:
Jan-Henrik 2023-02-06 23:32:46 +01:00
parent 4aaed58523
commit acda5c79ad
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,6 @@
---
name: EPaper Station
version: 1.0.0.10
version: 1.0.0.11
#image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch}
slug: epaper-station
description: Publish Pictures to EPaper pricetags

View file

@ -1,5 +1,5 @@
daemon off;
error_log /dev/stdout info;
events {
}
@ -7,6 +7,7 @@ events {
http {
include mime.types;
charset utf-8;
access_log /dev/stdout;
server {
server_name localhost;