Browse Source

Update listening_ports documentation

Add explanation on how port redirection is configured
PythonGermany 6 months ago
parent
commit
87a305c5bc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/UserManual.md

+ 2 - 0
docs/UserManual.md

@@ -445,6 +445,8 @@ For non-SSL ports, it is allowed to append letter `r`, meaning 'redirect'.
 Redirect ports will redirect all their traffic to the first configured
 Redirect ports will redirect all their traffic to the first configured
 SSL port. For example, if `listening_ports` is `80r,443s`, then all
 SSL port. For example, if `listening_ports` is `80r,443s`, then all
 HTTP traffic coming at port 80 will be redirected to HTTPS port 443.
 HTTP traffic coming at port 80 will be redirected to HTTPS port 443.
+For ports with redirection configured `authentication_domain` will
+be used as host component of the redirection url.
 
 
 It is possible to specify an IP address to bind to. In this case,
 It is possible to specify an IP address to bind to. In this case,
 an IP address and a colon must be prepended to the port number.
 an IP address and a colon must be prepended to the port number.