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; } }