mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-03-27 22:46:37 +00:00
Add BasicAuthTimeout setting versus static 5 seconds (#90)
This commit is contained in:
@@ -66,6 +66,8 @@ Server:
|
||||
# The socket to connect to if using local auth. Ensure rdpgw auth is configured to
|
||||
# use the same socket.
|
||||
AuthSocket: /tmp/rdpgw-auth.sock
|
||||
# Basic auth timeout (in seconds). Useful if you're planning on waiting for MFA
|
||||
BasicAuthTimeout: 5
|
||||
# The default option 'auto' uses a certificate file if provided and found otherwise
|
||||
# it uses letsencrypt to obtain a certificate, the latter requires that the host is reachable
|
||||
# from letsencrypt servers. If TLS termination happens somewhere else (e.g. a load balancer)
|
||||
|
||||
Reference in New Issue
Block a user