From 6e7dfa0df6b102219817e26095f2ba636cd9288c Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Thu, 30 Jun 2016 22:27:28 +0100 Subject: Configurable logfile location --- example-server.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'example-server.conf') 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 -- cgit v1.2.3