nginx log
This commit is contained in:
parent
4aaed58523
commit
acda5c79ad
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue