Преглед изворни кода
add timeout param for nginx proxy
default value matrix_nginx_proxy_request_timeout is 60s
pull/1265/head
sakkiii
пре 4 година
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са
5 додато и
0 уклоњено
-
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; |
|
|
|
|