diff doc/roundup-server.ini.example @ 7332:09af33304790

Update roundup-server example config file example and docs Exampl and doc was out of date. Missing settings.
author John Rouillard <rouilj@ieee.org>
date Sun, 14 May 2023 00:39:28 -0400
parents 96dc9f07340a
children
line wrap: on
line diff
--- a/doc/roundup-server.ini.example	Thu May 11 21:35:21 2023 -0400
+++ b/doc/roundup-server.ini.example	Sun May 14 00:39:28 2023 -0400
@@ -47,6 +47,14 @@
 # Default: no
 log_hostnames = no
 
+# Have http(s) request logging done via python logger module.
+# If set to yes the python logging module is used with qualname
+# 'roundup.http'. Otherwise logging is done to stderr or the file
+# specified using the -l/logfile option.
+# Allowed values: yes, no
+# Default: no
+loghttpvialogger = no
+
 # File to which the server records the process id of the daemon.
 # If this option is not set, the server will run in foreground
 # 
@@ -84,6 +92,19 @@
 # Default: 
 pem = 
 
+# Comma separated list of extra headers that should
+# be copied into the CGI environment.
+# E.G. if you want to access the REMOTE_USER and
+# X-Proxy-User headers in the back end,
+# set to the value REMOTE_USER,X-Proxy-User.
+# Allowed values: comma-separated list of words
+# Default: 
+include_headers = 
+
+# Change to HTTP/1.0 if needed. This disables keepalive.
+# Default: HTTP/1.1
+http_version = HTTP/1.1
+
 # Roundup trackers to serve.
 # Each option in this section defines single Roundup tracker.
 # Option name identifies the tracker and will appear in the URL.

Roundup Issue Tracker: http://roundup-tracker.org/