mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-22 22:47:56 +08:00
Merge pull request #4686 from nextcloud/talk-container-update
talk container update
This commit is contained in:
commit
6f7e95a7c3
1 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue