소스 검색

Don't expose nginx version with each response

pull/1007/head
teutat3s 5 년 전
부모
커밋
2bf7c26cfa
No known key found for this signature in database GPG 키 ID: 18DAE600A6BBE705
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      roles/matrix-nginx-proxy/templates/nginx/nginx.conf.j2

+ 2
- 0
roles/matrix-nginx-proxy/templates/nginx/nginx.conf.j2 파일 보기

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


불러오는 중...
취소
저장