From 866e9a3175e9f987e57c65aad891790b3092af10 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 5 Jun 2022 15:47:54 +0200 Subject: [PATCH] Optimize performance --- config/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/nginx.conf b/config/nginx.conf index 4563007..1582cd6 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;