1
0
Fork 0
forked from swablab/website

feat: add linux link

This commit is contained in:
ndsboy 2025-06-04 18:41:28 +00:00
parent 5ab81a98fb
commit dd8a2da23a

View file

@ -23,6 +23,9 @@ server {
location /discord { location /discord {
return 302 https://discord.gg/A4grfc5Vzm; return 302 https://discord.gg/A4grfc5Vzm;
} }
location /linux {
return 302 https://wiki.swablab.de/books/it/page/linux-installationsparty;
}
location / { location / {
try_files $uri $uri/index.html =404; try_files $uri $uri/index.html =404;