diff --git a/Dockerfile b/Dockerfile index 5b599f6..e69de3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,6 @@ COPY sites/${SITE}/httpd.conf /httpd.conf COPY sites/${SITE}/_data/config.json /config.json RUN sed -i \ - -e "s,@mimetypes@,/etc/lighttpd/mime-types.conf,g" \ -e "s,@python@,/usr/local/bin/python,g" \ -e "s,@site@,/www,g" \ -e "s,@cgibin@,/cgi-bin,g" \ diff --git a/sites/angestoepselt/httpd.conf b/sites/angestoepselt/httpd.conf index 3b9cbe7..9c395e6 100644 --- a/sites/angestoepselt/httpd.conf +++ b/sites/angestoepselt/httpd.conf @@ -5,8 +5,6 @@ server.port = 80 # See here: https://redmine.lighttpd.net/boards/2/topics/8382 accesslog.filename = "/dev/fd/3" -include "@mimetypes@" - server.document-root = "@site@" index-file.names = ( "index.html" ) diff --git a/sites/coderdojo/httpd.conf b/sites/coderdojo/httpd.conf index 8820c34..6949e8e 100644 --- a/sites/coderdojo/httpd.conf +++ b/sites/coderdojo/httpd.conf @@ -5,8 +5,6 @@ server.port = 80 # See here: https://redmine.lighttpd.net/boards/2/topics/8382 accesslog.filename = "/dev/fd/3" -include "@mimetypes@" - server.document-root = "@site@" index-file.names = ( "index.html" )