ソースを参照

Set X-Forwarded-Proto on federation requests

pull/950/head
Aaron Raimist 5年前
コミット
32b3650c12
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 37419210002890EF
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-domain.conf.j2

+ 1
- 0
roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-domain.conf.j2 ファイルの表示

@@ -241,6 +241,7 @@ server {

proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;

client_body_buffer_size 25M;
client_max_body_size {{ matrix_nginx_proxy_proxy_matrix_federation_api_client_max_body_size_mb }}M;


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