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

9 lines
101 B
Plaintext
Raw Normal View History

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