blob: ab00790abace7d5411b2948253e0657f159c336f (
plain) (
tree)
|
|
# Prerequisites
PKG lighttpd php80 php80-filter php80-openssl phpmailer6
OVERLAY usr
CMD mkdir -p /var/www /var/theuniversityedge
# Mounts
FSTAB /zroot/theuniversityedge/config /var/theuniversityedge nullfs ro 0 0
FSTAB /zroot/theuniversityedge/htdocs /var/www nullfs ro 0 0
# Start server
SYSRC lighttpd_enable=YES
SERVICE lighttpd restart
|