fix nginx to actually log to files.
This commit is contained in:
parent
e6cf30e7ba
commit
e4f6cec536
|
@ -19,8 +19,8 @@ http {
|
|||
client_max_body_size 20M;
|
||||
include /etc/nginx/mime.types;
|
||||
default_type application/octet-stream;
|
||||
access_log /dev/stdout;
|
||||
error_log /dev/stderr;
|
||||
access_log /var/log/nginx/access.log;
|
||||
error_log /var/log/nginx/error.log;
|
||||
gzip on;
|
||||
gzip_disable "msie6";
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
|
|
Loading…
Reference in New Issue