From 6e231361c703155c5a16766c3eb460780e734c62 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Tue, 20 Sep 2022 02:30:44 -0700 Subject: [PATCH] Remove nginx.conf Fully handled by K8s --- Dockerfile | 1 - nginx.conf | 1 - 2 files changed, 2 deletions(-) delete mode 100644 nginx.conf diff --git a/Dockerfile b/Dockerfile index e6d4b88..194aeed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,2 @@ FROM nginxinc/nginx-unprivileged COPY blog/public /usr/share/nginx/html -COPY nginx.conf /etc/nginx/conf.d/nginx_extra.conf diff --git a/nginx.conf b/nginx.conf deleted file mode 100644 index fa5c8ed..0000000 --- a/nginx.conf +++ /dev/null @@ -1 +0,0 @@ -add_header X-Clacks-Overhead "GNU Terry Pratchett";