mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
9 lines
206 B
Text
9 lines
206 B
Text
# /etc/thttpd.conf
|
|
# Minimal configuration file for thttpd
|
|
# Check thttpd(8) for more options.
|
|
host=localhost
|
|
port=80
|
|
user=thttpd
|
|
dir=/var/www/thttpd
|
|
logfile=/var/log/thttpd.log
|
|
pidfile=/var/run/thttpd.pid
|