diff --git a/nginx.conf b/nginx.conf deleted file mode 100644 index f062ea5..0000000 --- a/nginx.conf +++ /dev/null @@ -1,16 +0,0 @@ -server { - listen 80; - server_name localhost; - root /usr/share/nginx/html; - index index.html; - - # Redirect example - location /discord { - return 301 https://discord.gg/JTev3nzeDa; - } - - # Serve static files - location / { - try_files $uri $uri/ /index.html; - } -} \ No newline at end of file