There was an error while loading. Please reload this page.
1 parent 195a4f9 commit 4b3470dCopy full SHA for 4b3470d
nginx.conf
@@ -5,6 +5,7 @@ worker_processes 2;
5
error_log logs/error.log debug;
6
#error_log logs/error.log notice;
7
#error_log logs/error.log info;
8
+access_log logs/access.log;
9
10
#pid logs/nginx.pid;
11
@@ -13,8 +14,8 @@ events {
13
14
}
15
16
http {
- access_log /dev/stdout;
17
- error_log /dev/stdout;
+ access_log logs/access_http.log;
18
+ error_log logs/error_http.log;
19
20
include mime.types;
21
default_type application/octet-stream;
0 commit comments