From 2c6658b50f6d2853c7d4a47f4aee12ae1523c200 Mon Sep 17 00:00:00 2001 From: Izorkin Date: Mon, 2 Sep 2024 23:58:20 +0300 Subject: [PATCH] nginx: remove unused header Headers are not used in the streaming block. --- dist/nginx.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/dist/nginx.conf b/dist/nginx.conf index 3f0106ecf7..e0ba29d5c3 100644 --- a/dist/nginx.conf +++ b/dist/nginx.conf @@ -135,8 +135,6 @@ server { proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $connection_upgrade; - add_header Strict-Transport-Security "max-age=63072000; includeSubDomains"; - tcp_nodelay on; }