Testing
This commit is contained in:
@@ -86,6 +86,11 @@ insecure_skip_verify = false
|
||||
enabled = false
|
||||
cert = "" # e.g. "/etc/uopi/tls/cert.pem"
|
||||
key = "" # e.g. "/etc/uopi/tls/key.pem"
|
||||
# Optionally run a plain-HTTP listener that 301-redirects visitors to the HTTPS
|
||||
# service, so users who type http:// (or omit the scheme) are upgraded instead of
|
||||
# hitting the TLS port with a cleartext request ("client sent an HTTP request to
|
||||
# an HTTPS server"). Empty = disabled.
|
||||
redirect_from = "" # e.g. ":80"
|
||||
|
||||
# Role-based access through group memberships. Each [[groups]] block lists
|
||||
# members by role; a user's effective global capability is the highest role
|
||||
|
||||
Reference in New Issue
Block a user