Fix nginx log

This commit is contained in:
schmelczerandras 2020-08-23 15:47:10 +02:00
parent dd3eda64f4
commit 35be49e46f

View file

@ -2,7 +2,6 @@ user nginx;
worker_processes auto;
error_log /var/log/nginx/error.log warn;
access_log off;
pid /var/run/nginx.pid;
@ -15,6 +14,8 @@ http {
include /etc/nginx/mime.types;
default_type application/octet-stream;
access_log off;
sendfile on;
sendfile_max_chunk 1m;
tcp_nopush on;