Using different way to redirect Nginx messages to stdout / stderr

This commit is contained in:
Alexey Pustovalov 2024-01-19 13:17:09 +09:00
parent 1474c740b5
commit e0e4687ce5
9 changed files with 9 additions and 0 deletions

View File

@ -6,6 +6,7 @@ server {
server_name_in_redirect off;
index {HTTP_INDEX_FILE};
access_log /var/log/nginx/access.log main;
error_log /var/log/nginx/error.log error;

View File

@ -6,6 +6,7 @@ server {
server_name_in_redirect off;
index {HTTP_INDEX_FILE};
access_log /var/log/nginx/access.log main;
error_log /var/log/nginx/error.log error;

View File

@ -6,6 +6,7 @@ server {
server_name_in_redirect off;
index {HTTP_INDEX_FILE};
access_log /var/log/nginx/access.log main;
error_log /var/log/nginx/error.log error;

View File

@ -6,6 +6,7 @@ server {
server_name_in_redirect off;
index {HTTP_INDEX_FILE};
access_log /var/log/nginx/access.log main;
error_log /var/log/nginx/error.log error;

View File

@ -6,6 +6,7 @@ server {
server_name_in_redirect off;
index {HTTP_INDEX_FILE};
access_log /var/log/nginx/access.log main;
error_log /var/log/nginx/error.log error;

View File

@ -6,6 +6,7 @@ server {
server_name_in_redirect off;
index {HTTP_INDEX_FILE};
access_log /var/log/nginx/access.log main;
error_log /var/log/nginx/error.log error;

View File

@ -6,6 +6,7 @@ server {
server_name_in_redirect off;
index {HTTP_INDEX_FILE};
access_log /var/log/nginx/access.log main;
error_log /var/log/nginx/error.log error;

View File

@ -6,6 +6,7 @@ server {
server_name_in_redirect off;
index {HTTP_INDEX_FILE};
access_log /var/log/nginx/access.log main;
error_log /var/log/nginx/error.log error;

View File

@ -6,6 +6,7 @@ server {
server_name_in_redirect off;
index {HTTP_INDEX_FILE};
access_log /var/log/nginx/access.log main;
error_log /var/log/nginx/error.log error;