From b40968d9899de925a04bf0371f99ee64dcdc3693 Mon Sep 17 00:00:00 2001 From: szaimen <42591237+szaimen@users.noreply.github.com> Date: Wed, 22 May 2024 12:03:29 +0000 Subject: [PATCH] talk-update automated change Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Containers/talk/server.conf.in | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Containers/talk/server.conf.in b/Containers/talk/server.conf.in index 4df82b5e..6b61b7b8 100644 --- a/Containers/talk/server.conf.in +++ b/Containers/talk/server.conf.in @@ -7,7 +7,7 @@ #readtimeout = 15 # HTTP socket write timeout in seconds. -#writetimeout = 15 +#writetimeout = 30 [https] # IP and port to listen on for HTTPS requests. @@ -18,7 +18,7 @@ #readtimeout = 15 # HTTPS socket write timeout in seconds. -#writetimeout = 15 +#writetimeout = 30 # Certificate / private key to use for the HTTPS server. certificate = /etc/nginx/ssl/server.crt @@ -34,6 +34,11 @@ debug = false # room and call can be subscribed. #allowsubscribeany = false +# Comma separated list of trusted proxies (IPs or CIDR networks) that may set +# the "X-Real-Ip" or "X-Forwarded-For" headers. +# Leave empty to allow loopback and local addresses. +#trustedproxies = + [sessions] # Secret value used to generate checksums of sessions. This should be a random # string of 32 or 64 bytes.