Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
#
2
# Configuration options for systemd service, htcacheclean.service.
3
# See htcacheclean(8) for more information on available options.
4
#
5
 
6
# Interval between cache clean runs, in minutes
7
INTERVAL=15
8
 
9
# Default cache root.
10
CACHE_ROOT=/var/cache/httpd/proxy
11
 
12
# Cache size limit in bytes (K=Kbytes, M=Mbytes)
13
LIMIT=100M
14
 
15
# Any other options...
16
OPTIONS=