1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

no sendfile

This commit is contained in:
Robin Appelman 2022-03-08 15:38:28 +01:00
commit f582e67723

View file

@ -13,7 +13,7 @@ http {
# Basic Settings
##
sendfile on;
sendfile off;
tcp_nopush on;
tcp_nodelay on;
keepalive_timeout 65;