Quellcode durchsuchen

few more variables for request timeout

pull/1265/head
sakkiii vor 4 Jahren
committed by GitHub
Ursprung
Commit
983d0ff042
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 4 neuen und 1 gelöschten Zeilen
  1. +4
    -1
      roles/matrix-nginx-proxy/defaults/main.yml

+ 4
- 1
roles/matrix-nginx-proxy/defaults/main.yml Datei anzeigen

@@ -294,7 +294,10 @@ matrix_nginx_proxy_proxy_domain_additional_server_configuration_blocks: []
# https://www.nginx.com/resources/wiki/start/topics/examples/fullexample2/
#
# Here we are sticking with nginx default values change this value carefully.
matrix_nginx_proxy_request_timeout: 60
matrix_nginx_proxy_connect_timeout: 60
matrix_nginx_proxy_send_timeout: 60
matrix_nginx_proxy_read_timeout: 60
matrix_nginx_send_timeout: 60

# Controls whether to send a "Permissions-Policy interest-cohort=();" header along with all responses for all vhosts meant to be accessed by users.
#


Laden…
Abbrechen
Speichern