This file is indexed.

/etc/rtpg/rtpg.conf is in rtpg-www 0.2.11-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
################################################################################
#
# RTPG config file
#
# You can set your own configuration parameters in ~/.rtpg/rtpg.conf file.
# Parameters in this file replace below globals.
#
# If parameter has old name option, then use old parameter value if it exists
# (from 0.1.x version). You can safely remove old parameters.
#
################################################################################

# Address of SCGI-mount point for rtorrent
# Default: 127.0.0.1:5000
rpc_uri     	= 127.0.0.1:5000

# Enable html collapse filter (yes|no). This feature does a html page twice
# less. Disable it only for debug.
# Default: yes
collapse		= yes

# Cache dir. If set, rtpg use templates cache for increase response speed.
# Default:
# Example: /var/cache/rtpg
cache			=

# Enable it if you want to know countries of peers.
# Default: yes
geo_ip			= yes

# HTTP link for file view/download. If set for all completed files append link
# to direct download.
# Default:
# Example: http://mysite.com/complete/
direct_link     =

# Next properties can be set by user directly in browser. It`s values stored in
# cookies.

# Frames layout (default|list|act_list|list_prop).
# Default: default
layout          = default

# Refresh timeout (in seconds)
# Default: 180
# Old name: refresh_timeout
refresh         = 180

# Skin name
# Default: default
# Old name: current_skin
skin            = default

# Glossary:
# SCGI 		http://en.wikipedia.org/wiki/SCGI
# rtorrent  http://en.wikipedia.org/wiki/Rtorrent
# cookies	http://en.wikipedia.org/wiki/HTTP_cookie