ソースを参照

Don't expose nginx version with each response

pull/1007/head
teutat3s 4年前
コミット
2bf7c26cfa
この署名に対応する既知のキーがデータベースに存在しません 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 {


読み込み中…
キャンセル
保存