-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
rdw.conf
25 lines (22 loc) · 778 Bytes
/
rdw.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# rdw.conf:
# An example configuration file for configuring Rdiffweb server.
#
###############################################################################
#
# This file is intended to only be an example.
# When the Rdiffweb server starts up, this is where it will look for it.
#
# All lines beginning with a '#' are comments and are intended for you
# to read. All other lines must be `key=value`.
# To get more details about the options available to configure Rdiffweb read
# the man page or run `rdiffweb --help`.
# Configure web server
server-host=127.0.0.1
server-port=8080
# Configure default logging
log-level=INFO
log-file=/var/log/rdiffweb.log
log-access-file=/var/log/rdiffweb-access.log
# Configure default session
rate-limit-dir=/var/lib/rdiffweb/session