This commit is contained in:
parent
5ab81a98fb
commit
dd8a2da23a
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue