diff options
Diffstat (limited to 'network/thttpd/thttpd.conf')
-rw-r--r-- | network/thttpd/thttpd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/thttpd/thttpd.conf b/network/thttpd/thttpd.conf index 22b9a9bb27..50d1c00b0f 100644 --- a/network/thttpd/thttpd.conf +++ b/network/thttpd/thttpd.conf @@ -5,5 +5,5 @@ host=localhost port=80 user=thttpd dir=/var/www/thttpd -logfile=/var/log/thttpd.log -pidfile=/var/run/thttpd.pid +logfile=/var/log/thttpd/thttpd.log +pidfile=/var/run/thttpd/thttpd.pid |