blob: ddba70d611093626b84c5e22e8377fc52a323a7f (
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
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
|