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;