mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-28 00:28:51 +00:00
12 lines
199 B
Plaintext
12 lines
199 B
Plaintext
access_log /var/log/nginx-stable/access.log main;
|
|
error_log /var/log/nginx-stable/error.log warn;
|
|
|
|
charset utf-8;
|
|
|
|
send_timeout 60;
|
|
keepalive_timeout 10;
|
|
|
|
sendfile on;
|
|
tcp_nopush on;
|
|
tcp_nodelay on;
|