Mattias Bodlund 3 days ago
parent
commit
d62e3dc74c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      config/nginx_savethetomato_org.conf

+ 2
- 2
config/nginx_savethetomato_org.conf View File

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


Loading…
Cancel
Save