mirror of
https://github.com/chatmail/relay.git
synced 2026-05-12 00:54:37 +00:00
nginx logs => journald
This commit is contained in:
committed by
missytake
parent
da236e6e1b
commit
e06c3631b2
@@ -1,7 +1,8 @@
|
||||
user www-data;
|
||||
worker_processes auto;
|
||||
pid /run/nginx.pid;
|
||||
error_log /var/log/nginx/error.log;
|
||||
error_log stderr;
|
||||
access_log syslog:server=unix:/dev/log combined;
|
||||
|
||||
events {
|
||||
worker_connections 768;
|
||||
|
||||
Reference in New Issue
Block a user