Merge pull request #1007 from teutat3s/fix/nginx-dont-send-version

Don't expose nginx version with each response
This commit is contained in:
Slavi Pantaleev 2021-04-18 21:33:11 +03:00 committed by GitHub
commit 4a1739f604
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,8 @@ http {
keepalive_timeout 65;
server_tokens off;
#gzip on;
{# Map directive needed for proxied WebSocket upgrades #}
map $http_upgrade $connection_upgrade {