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; - } -}