Przeglądaj źródła
Merge pull request #1007 from teutat3s/fix/nginx-dont-send-version
Don't expose nginx version with each response
pull/1009/head
Slavi Pantaleev
4 lat temu
committed by
GitHub
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z
2 dodań i
0 usunięć
-
roles/matrix-nginx-proxy/templates/nginx/nginx.conf.j2
|
|
@@ -48,6 +48,8 @@ http { |
|
|
|
|
|
|
|
|
keepalive_timeout 65; |
|
|
keepalive_timeout 65; |
|
|
|
|
|
|
|
|
|
|
|
server_tokens off; |
|
|
|
|
|
|
|
|
#gzip on; |
|
|
#gzip on; |
|
|
{# Map directive needed for proxied WebSocket upgrades #} |
|
|
{# Map directive needed for proxied WebSocket upgrades #} |
|
|
map $http_upgrade $connection_upgrade { |
|
|
map $http_upgrade $connection_upgrade { |
|
|
|