summaryrefslogtreecommitdiff
path: root/Bastillefile
blob: 5cfbd55b0acc1dbd74b6f10ec0225a38fab8cc16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Prerequisites
PKG lighttpd php80 php80-filter php80-openssl phpmailer6
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