Don't expose nginx version with each response

master
teutat3s 3 years ago
parent fcb9e9618a
commit 2bf7c26cfa
No known key found for this signature in database
GPG Key ID: 18DAE600A6BBE705

@ -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 {

Loading…
Cancel
Save