From 44e56b3280f23399553c2d3b3c23f4ef8856ccad Mon Sep 17 00:00:00 2001 From: Armin Friedl Date: Wed, 2 Sep 2020 00:30:40 +0200 Subject: [PATCH] Fix quark references --- .gitignore | 2 +- Dockerfile | 2 +- dirl.h | 11 ++--------- 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 78eb9d8..0a975b8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ *.o .gdb_history config.h -quark \ No newline at end of file +dirl \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 5edcde5..b67fa6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,6 @@ RUN adduser web --disabled-password --no-create-home --shell /sbin/nologin && \ addgroup web web && \ mkdir -p /var/www/html -COPY dirl /usr/local/bin +COPY dirl-musl-x86_64 /usr/local/bin/dirl ENTRYPOINT ["dirl", "-p", "80", "-u", "web", "-g", "web", "-n", "4096", "-h", "0.0.0.0", "-l", "-d", "/var/www/html"] diff --git a/dirl.h b/dirl.h index b6505c7..4f82f87 100644 --- a/dirl.h +++ b/dirl.h @@ -41,15 +41,8 @@ #define DIRL_FOOTER_DEFAULT \ " \n" \ "
\n" \ - "

" \ - "Served by" \ - " quark" \ - " and" \ - " " \ - "dirl" \ - "" \ - "

\n" \ + "

Served by dirl" \ + "

\n" \ "\n" \ ""