aboutsummaryrefslogtreecommitdiff
path: root/example-server.conf
diff options
context:
space:
mode:
Diffstat (limited to 'example-server.conf')
-rw-r--r--example-server.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/example-server.conf b/example-server.conf
index d112faf..6d0bb05 100644
--- a/example-server.conf
+++ b/example-server.conf
@@ -5,6 +5,7 @@ server {
tls_cert = "server.crt" # Path to TLS certificate
port = 443 # Port to listen on
cookie_secret = "supersecret" # Authentication key for the client cookie
+ http_logfile = "http.log" # Logfile for HTTP requests
}
# Oauth2 configuration