aboutsummaryrefslogtreecommitdiffstats
path: root/setup-acf.in
diff options
context:
space:
mode:
Diffstat (limited to 'setup-acf.in')
-rw-r--r--setup-acf.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/setup-acf.in b/setup-acf.in
index ca17575..f7445fc 100644
--- a/setup-acf.in
+++ b/setup-acf.in
@@ -93,7 +93,6 @@ cat >/etc/mini_httpd.conf <<EOF
nochroot
dir=/var/www/localhost/htdocs
user=nobody
-logfile=/var/log/mini_httpd.log
cgipat=cgi-bin**
certfile=$PEMFILE
port=443
@@ -103,11 +102,6 @@ if [ -n "$address" ]; then
echo "host=$address" >> /etc/mini_httpd.conf
fi
-cat >/etc/conf.d/mini_httpd <<EOF
-MINI_HTTPD_OPTS="-C /etc/mini_httpd.conf"
-MINI_HTTPD_DOCROOT=/var/www/localhost/htdocs
-EOF
-
rc-update -q add mini_httpd default
/etc/init.d/mini_httpd restart