I am attempting to use a domain.map file full of redirects.
The location of the file is : /var/www/vhosts/system/MyDomain/conf/domain.map
I am putting the following into the Apache & Nginx settings :
RewriteEngine On
RewriteMap redirects txt:/var/www/vhosts/system/$MyDomain/conf/domain.map...