nginx: remove unused header

Headers are not used in the streaming block.
This commit is contained in:
Izorkin 2024-09-02 23:58:20 +03:00
parent b0f97968ed
commit 2c6658b50f
No known key found for this signature in database
GPG key ID: 1436C1B3F3679F09

2
dist/nginx.conf vendored
View file

@ -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;
}