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 | |
parent | 80631c7abb69bc1d28a1ab16b50e040abc2926dd (diff) | |
download | www-4479bd0a4164098895a394a4fca4469c8b061040.tar.xz www-4479bd0a4164098895a394a4fca4469c8b061040.zip |
feat: add mupdf cv rendering, remove css from dirlisting
-rw-r--r-- | Bastillefile | 2 | ||||
-rw-r--r-- | usr/local/etc/lighttpd/conf.d/dirlisting.conf | 1 |
2 files changed, 1 insertions, 2 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 diff --git a/usr/local/etc/lighttpd/conf.d/dirlisting.conf b/usr/local/etc/lighttpd/conf.d/dirlisting.conf index ef544f8..62c8e80 100644 --- a/usr/local/etc/lighttpd/conf.d/dirlisting.conf +++ b/usr/local/etc/lighttpd/conf.d/dirlisting.conf @@ -2,7 +2,6 @@ dir-listing.activate = "enable" dir-listing.hide-dotfiles = "disable" dir-listing.exclude = ( "~$" ) dir-listing.encoding = "UTF-8" -dir-listing.external-css = "/includes/stylesheet.css" dir-listing.hide-header-file = "disable" dir-listing.show-header = "disable" dir-listing.hide-readme-file = "disable" |