diff options
author | 53hornet <atc@53hor.net> | 2021-09-12 17:56:55 -0400 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2021-09-12 17:56:55 -0400 |
commit | 4479bd0a4164098895a394a4fca4469c8b061040 (patch) | |
tree | f153185b614ec6eaaa14ccb32fc823e61621cfc6 /Bastillefile | |
parent | 80631c7abb69bc1d28a1ab16b50e040abc2926dd (diff) | |
download | www-4479bd0a4164098895a394a4fca4469c8b061040.tar.xz www-4479bd0a4164098895a394a4fca4469c8b061040.zip |
feat: add mupdf cv rendering, remove css from dirlisting
Diffstat (limited to 'Bastillefile')
-rw-r--r-- | Bastillefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bastillefile b/Bastillefile index ddba70d..dc0272a 100644 --- a/Bastillefile +++ b/Bastillefile @@ -1,7 +1,7 @@ # Simple web server for my web site # Prerequisites -PKG lighttpd php74 +PKG lighttpd php74 mupdf OVERLAY usr CMD mkdir -p /var/www FSTAB /zroot/www/htdocs /var/www nullfs ro 0 0 |