We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6cf30e commit e4f6cecCopy full SHA for e4f6cec
1 file changed
nginx/nginx.conf
@@ -19,8 +19,8 @@ http {
19
client_max_body_size 20M;
20
include /etc/nginx/mime.types;
21
default_type application/octet-stream;
22
- access_log /dev/stdout;
23
- error_log /dev/stderr;
+ access_log /var/log/nginx/access.log;
+ error_log /var/log/nginx/error.log;
24
gzip on;
25
gzip_disable "msie6";
26
include /etc/nginx/conf.d/*.conf;
0 commit comments