From a9542654095d5b17e918a1ba2cf68c90040ba17e Mon Sep 17 00:00:00 2001 From: ndsboy Date: Wed, 19 Mar 2025 21:19:28 +0000 Subject: [PATCH] fix: use temporary redirects --- nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 / {