From dd8a2da23a6ee6dac4eff4e8aea67ef667a7804a Mon Sep 17 00:00:00 2001 From: ndsboy Date: Wed, 4 Jun 2025 18:41:28 +0000 Subject: [PATCH] feat: add linux link --- nginx.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nginx.conf b/nginx.conf index cffccbe..b0efdd8 100644 --- a/nginx.conf +++ b/nginx.conf @@ -23,6 +23,9 @@ server { location /discord { return 302 https://discord.gg/A4grfc5Vzm; } + location /linux { + return 302 https://wiki.swablab.de/books/it/page/linux-installationsparty; + } location / { try_files $uri $uri/index.html =404;