diff --git a/nginx.conf b/nginx.conf index 5920afb..cffccbe 100644 --- a/nginx.conf +++ b/nginx.conf @@ -18,10 +18,10 @@ server { } location /todo { - return 301 https://directus.swablab.de/admin/content/tasks_general; + return 302 https://directus.swablab.de/admin/content/tasks_general; } location /discord { - return 301 https://discord.gg/A4grfc5Vzm; + return 302 https://discord.gg/A4grfc5Vzm; } location / {