From 6de0bb200d6e2a9f91187d2525830a259ca42eff Mon Sep 17 00:00:00 2001 From: Dennis Postma Date: Sun, 9 Feb 2025 19:58:54 +0100 Subject: [PATCH] Removed nginx config --- nginx.conf | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 nginx.conf 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