diff --git a/nginx.conf b/nginx.conf deleted file mode 100644 index d99dfe1..0000000 --- a/nginx.conf +++ /dev/null @@ -1,14 +0,0 @@ -events{} - -http { - include /etc/nginx/mime.types; - server { - listen 8080; - server_name localhost; - root /usr/share/nginx/html; - index index.html; - location / { - try_files $uri $uri/ /index.html; - } - } -}