diff options
Diffstat (limited to 'community/thttpd/thttpd.conf')
-rw-r--r-- | community/thttpd/thttpd.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/community/thttpd/thttpd.conf b/community/thttpd/thttpd.conf new file mode 100644 index 0000000000..3623b89899 --- /dev/null +++ b/community/thttpd/thttpd.conf @@ -0,0 +1,8 @@ +dir=/var/www/http +vhost +chroot +user=thttpd +cgipat=**.cgi +logfile=/var/log/thttpd/thttpd.log +pidfile=/var/run/thttpd.pid +charset=utf-8 |