comparison 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
comparison
equal deleted inserted replaced
7331:24101267e3fb 7332:09af33304790
45 # Log client machine names instead of IP addresses (much slower) 45 # Log client machine names instead of IP addresses (much slower)
46 # Allowed values: yes, no 46 # Allowed values: yes, no
47 # Default: no 47 # Default: no
48 log_hostnames = no 48 log_hostnames = no
49 49
50 # Have http(s) request logging done via python logger module.
51 # If set to yes the python logging module is used with qualname
52 # 'roundup.http'. Otherwise logging is done to stderr or the file
53 # specified using the -l/logfile option.
54 # Allowed values: yes, no
55 # Default: no
56 loghttpvialogger = no
57
50 # File to which the server records the process id of the daemon. 58 # File to which the server records the process id of the daemon.
51 # If this option is not set, the server will run in foreground 59 # If this option is not set, the server will run in foreground
52 # 60 #
53 # The path may be either absolute or relative 61 # The path may be either absolute or relative
54 # to the directory containing this config file. 62 # to the directory containing this config file.
82 # The path may be either absolute or relative 90 # The path may be either absolute or relative
83 # to the directory containing this config file. 91 # to the directory containing this config file.
84 # Default: 92 # Default:
85 pem = 93 pem =
86 94
95 # Comma separated list of extra headers that should
96 # be copied into the CGI environment.
97 # E.G. if you want to access the REMOTE_USER and
98 # X-Proxy-User headers in the back end,
99 # set to the value REMOTE_USER,X-Proxy-User.
100 # Allowed values: comma-separated list of words
101 # Default:
102 include_headers =
103
104 # Change to HTTP/1.0 if needed. This disables keepalive.
105 # Default: HTTP/1.1
106 http_version = HTTP/1.1
107
87 # Roundup trackers to serve. 108 # Roundup trackers to serve.
88 # Each option in this section defines single Roundup tracker. 109 # Each option in this section defines single Roundup tracker.
89 # Option name identifies the tracker and will appear in the URL. 110 # Option name identifies the tracker and will appear in the URL.
90 # Option value is tracker home directory path. 111 # Option value is tracker home directory path.
91 # The path may be either absolute or relative 112 # The path may be either absolute or relative

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