diff --git a/config/nginx_savethetomato_org.conf b/config/nginx_savethetomato_org.conf index 9624ded..6b069ef 100644 --- a/config/nginx_savethetomato_org.conf +++ b/config/nginx_savethetomato_org.conf @@ -11,7 +11,7 @@ server { } location / { - return 301 https://ikeafoundation.org/ifw$request_uri; + return 301 https://ikeafoundation.org/campaign-26$request_uri; } } @@ -28,7 +28,7 @@ server { ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot location / { - return 301 https://ikeafoundation.org/ifw$request_uri; + return 301 https://ikeafoundation.org/campaign-26$request_uri; } }