diff --git a/client/nginx/default.conf b/client/nginx/default.conf deleted file mode 100644 index ea87200..0000000 --- a/client/nginx/default.conf +++ /dev/null @@ -1,10 +0,0 @@ -server { - listen 80; - - location / { - root /usr/share/nginx/html; - index index.html; - try_files $uri $uri/ /index.html; - } -} -