We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 314c751 commit 668ef5eCopy full SHA for 668ef5e
nginx/compile_nginx.sh
@@ -957,7 +957,7 @@ daemon off;
957
master_process off;
958
worker_processes 1;
959
960
-error_log /dev/stderr info;
+error_log /var/log/nginx/error.log info;
961
962
events {
963
use poll;
@@ -968,7 +968,7 @@ http {
968
include mime.types;
969
default_type application/octet-stream;
970
971
- access_log /dev/stdout;
+ access_log /var/log/nginx/access.log;
972
973
sendfile off;
974
keepalive_timeout 65;
0 commit comments