blob: b0eaed8c0474ca1524d76c26dd8c7c56b719a8ba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# search config
# listen port
port=8888
# html template path
template=index.htm.tmpl
# root
root=/home/arf20/projects/arfminesweeper
# http subdirectory for file links
subdir=/files/
|