sakkiii
vor 5 Jahren
committed by
GitHub
Ursprung
Commit
812b37f4f2
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit
1 neuen und
1 gelöschten Zeilen
-
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 }}; |
|
|
|
|
|
|
|
|