Compare commits

..

2 commits

Author SHA1 Message Date
f
884b6403b1 rollback
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-09-17 19:24:53 -03:00
f
97f4546452 log errors to syslog 2022-09-17 19:24:26 -03:00
2 changed files with 3 additions and 0 deletions

View file

@ -19,3 +19,4 @@ pipeline:
matrix:
ALPINE_VERSION:
- 3.16.2
- 3.15.6

View file

@ -12,6 +12,8 @@ events {
http {
charset utf-8;
error_log syslog:server=unix:/dev/log;
include mime.types;
include snippets/privacy.conf;
include snippets/brotli.conf;