mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-19 04:45:59 +02:00
Using different way to redirect Nginx messages to stdout / stderr
This commit is contained in:
@@ -5,8 +5,8 @@ server {
|
||||
server_name zabbix;
|
||||
index index.php;
|
||||
|
||||
access_log /dev/fd/1 main;
|
||||
error_log /dev/fd/2 notice;
|
||||
access_log /var/log/nginx/access.log main;
|
||||
error_log /var/log/nginx/error.log notice;
|
||||
|
||||
set $webroot '/usr/share/zabbix';
|
||||
|
||||
|
@@ -6,8 +6,8 @@ server {
|
||||
server_name_in_redirect off;
|
||||
|
||||
index index.php;
|
||||
access_log /dev/fd/1 main;
|
||||
error_log /dev/fd/2 error;
|
||||
access_log /var/log/nginx/access.log main;
|
||||
error_log /var/log/nginx/error.log error;
|
||||
|
||||
set $webroot '/usr/share/zabbix';
|
||||
|
||||
|
Reference in New Issue
Block a user