소스 검색
Update nginx.conf.j2
pull/1265/head
sakkiii
5 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
roles/matrix-nginx-proxy/templates/nginx/nginx.conf.j2
|
|
|
@@ -44,7 +44,7 @@ http { |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
proxy_connect_timeout {{ matrix_nginx_proxy_connect_timeout }}; |
|
|
|
proxy_send_timeout {{ matrix_nginx_proxy_send_timeout: 60 }}; |
|
|
|
proxy_send_timeout {{ matrix_nginx_proxy_send_timeout }}; |
|
|
|
proxy_read_timeout {{ matrix_nginx_proxy_read_timeout }}; |
|
|
|
send_timeout {{ matrix_nginx_send_timeout }}; |
|
|
|
|
|
|
|
|