When you install the Redirect app, a nginx .conf file is added under the /etc/nginx/conf.d/the.domain.being.redirected.from.tld.d/ directory (in your case this would be under /etc/nginx/conf.d/mydomain.tld.d/. The Redirect app just automates the addition of this file. You want to edit this file to configure the redirect. And yes, if you want to redirect both domains, you also need to add a .conf file under /etc/nginx/conf.d/forms.mydomain.tld.d/.
2 Likes