From d62e3dc74ca5e7fb80054dc10629732c97f7a140 Mon Sep 17 00:00:00 2001 From: Mattias Bodlund Date: Fri, 19 Jun 2026 11:49:15 +0200 Subject: [PATCH] na --- config/nginx_savethetomato_org.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/nginx_savethetomato_org.conf b/config/nginx_savethetomato_org.conf index 1bd993b..9624ded 100644 --- a/config/nginx_savethetomato_org.conf +++ b/config/nginx_savethetomato_org.conf @@ -11,7 +11,7 @@ server { } location / { - return 301 https://savethetomato.ikeafoundation.org$request_uri; + return 301 https://ikeafoundation.org/ifw$request_uri; } } @@ -28,7 +28,7 @@ server { ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot location / { - return 301 https://savethetomato.ikeafoundation.org$request_uri; + return 301 https://ikeafoundation.org/ifw$request_uri; } }