devilbox/.devilbox/etc/nginx-stable/00-defaults.conf

9 lines
101 B
Plaintext
Raw Normal View History

2016-10-17 02:05:30 +00:00
charset utf-8;
send_timeout 60;
keepalive_timeout 10;
2017-05-16 14:59:21 +00:00
sendfile off;
2016-10-17 02:05:30 +00:00
tcp_nopush on;
tcp_nodelay on;