From 896b8da6dfff36710f4d4e77ce92b8e3de4c0fb9 Mon Sep 17 00:00:00 2001 From: matti Date: Sun, 15 Jun 2025 15:08:18 +0200 Subject: [PATCH] revert c92779f69ced92f51951490d14800102c8788117 revert change default mime.conf location --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cbb4ca1..0a37cf3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,7 @@ COPY sites/${SITE}/_data/config.json /config.json # values here make sure they are found correctly in the non-Nix container, # even though the might not necessarily make sense directly. RUN sed -i \ - -e "s,@mimetypes@,/etc/lighttpd/conf.d/mime.conf,g" \ + -e "s,@mimetypes@,/etc/lighttpd/mime-types.conf,g" \ -e "s,@python@,/usr/local,g" \ -e "s,@site@,/www,g" \ -e "s,@cgibin@,/cgi-bin,g" \