Skip to content

Commit 668ef5e

Browse files
update config path
1 parent 314c751 commit 668ef5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nginx/compile_nginx.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ daemon off;
957957
master_process off;
958958
worker_processes 1;
959959
960-
error_log /dev/stderr info;
960+
error_log /var/log/nginx/error.log info;
961961
962962
events {
963963
use poll;
@@ -968,7 +968,7 @@ http {
968968
include mime.types;
969969
default_type application/octet-stream;
970970
971-
access_log /dev/stdout;
971+
access_log /var/log/nginx/access.log;
972972
973973
sendfile off;
974974
keepalive_timeout 65;

0 commit comments

Comments
 (0)