diff --git a/config/nginx.conf b/config/nginx.conf index 4563007ca..1582cd6a1 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -35,6 +35,7 @@ http { server_name _; sendfile off; + tcp_nodelay on; absolute_redirect off; root /var/www/html;