mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-25 07:05:20 +00:00
nginx: remove unused header
Headers are not used in the streaming block.
This commit is contained in:
parent
b0f97968ed
commit
2c6658b50f
2
dist/nginx.conf
vendored
2
dist/nginx.conf
vendored
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue