summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--setup-webconf8
2 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 87d1658..5ac7098 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-V=0.6.0
+V=0.6.1
P=alpine-conf
PV=$(P)-$(V)
APKF=$(PV).apk
diff --git a/setup-webconf b/setup-webconf
index 939b6e2..d37bb79 100644
--- a/setup-webconf
+++ b/setup-webconf
@@ -2,16 +2,16 @@
# script to set up webconf
-apk_add mini_httpd webconf-mvc
+apk_add mini_httpd acf-alpine-baselayout
sed -i 's:MINI_HTTPD_OPTS=.*:MINI_HTTPD_OPTS="-C /etc/mini_httpd.conf":
- s:#MINI_HTTPD_DOCROOT=.*:MINI_HTTPD_DOCROOT=/var/lib/webconf/www:
+ s:#\?MINI_HTTPD_DOCROOT=.*:MINI_HTTPD_DOCROOT=/var/lib/acf/www:
' /etc/conf.d/mini_httpd
cat - > /etc/mini_httpd.conf <<EOF
nochroot
-dir=/var/lib/webconf/www
-user=root
+dir=/var/lib/acf/www
+user=nobody
logfile=/var/log/mini_httpd.log
cgipat=cgi-bin**