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