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