From 6b848b712ce1f9da8729dd880ffcbad1d4a9a56d Mon Sep 17 00:00:00 2001 From: Razon Yang Date: Mon, 8 May 2023 01:18:26 +0800 Subject: [PATCH] chore: delete docker nginx config --- docker/nginx/nginx.conf | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 docker/nginx/nginx.conf diff --git a/docker/nginx/nginx.conf b/docker/nginx/nginx.conf deleted file mode 100644 index ff0709e3d..000000000 --- a/docker/nginx/nginx.conf +++ /dev/null @@ -1,7 +0,0 @@ -server { - listen 80; - root /app; - location / { - index index.html index.htm; - } -}