Kaynağa Gözat
add timeout param for nginx proxy
default value matrix_nginx_proxy_request_timeout is 60s
pull/1265/head
sakkiii
4 yıl önce
committed by
GitHub
ebeveyn
işleme
63653bb4ad
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile
5 ekleme ve
0 silme
-
roles/matrix-nginx-proxy/templates/nginx/nginx.conf.j2
|
|
|
@@ -42,6 +42,11 @@ http { |
|
|
|
{% else %} |
|
|
|
access_log off; |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
proxy_connect_timeout {{ matrix_nginx_proxy_request_timeout }}; |
|
|
|
proxy_send_timeout {{ matrix_nginx_proxy_request_timeout }}; |
|
|
|
proxy_read_timeout {{ matrix_nginx_proxy_request_timeout }}; |
|
|
|
send_timeout {{ matrix_nginx_proxy_request_timeout }}; |
|
|
|
|
|
|
|
sendfile on; |
|
|
|
#tcp_nopush on; |
|
|
|
|