From 4a2e5787705e7fe9a619573f847e71398e085c76 Mon Sep 17 00:00:00 2001 From: d3vyce Date: Sun, 2 Apr 2023 11:48:09 -0400 Subject: [PATCH] Fix nginx conf --- Dockerfile | 2 +- default.conf => d3vyce.conf | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename default.conf => d3vyce.conf (100%) diff --git a/Dockerfile b/Dockerfile index 156727d..bdc9b88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM nginx COPY html/ /usr/share/nginx/html -COPY default.conf /etc/nginx/conf.d/default.conf +COPY d3vyce.conf /etc/nginx/conf.d/d3vyce.conf diff --git a/default.conf b/d3vyce.conf similarity index 100% rename from default.conf rename to d3vyce.conf