How can I redirect mydomain.example and any subdomain *.mydomain.example to www.adifferentdomain.example using Nginx?
How can I redirect mydomain.example and any subdomain *.mydomain.example to www.adifferentdomain.example using Nginx?
Share
server_name supports suffix matches using
.mydomain.examplesyntax:or on any version 0.9.1 or higher: