summaryrefslogtreecommitdiff
path: root/Bastillefile
blob: dc0272a30c8891a5c225c804c9d5643dd472bdef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Simple web server for my web site

# Prerequisites
PKG lighttpd php74 mupdf
OVERLAY usr
CMD mkdir -p /var/www
FSTAB /zroot/www/htdocs /var/www nullfs ro 0 0

# Start server
SYSRC lighttpd_enable=YES
SERVICE lighttpd restart