Ver a proveniência
Merge pull request #950 from aaronraimist/x-forwarded-proto-federation
Set X-Forwarded-Proto on federation requests
pull/955/head^2
Slavi Pantaleev
há 5 anos
committed by
GitHub
ascendente
cometimento
ff882ceb66
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com
1 adições e
0 eliminações
-
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; |
|
|
|
|