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