<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><font face="Arial">Hello,</font></p>
    <p><font face="Arial">I have a first website with this
        configuration:</font></p>
    <p><font face="Arial">server {<br>
                server_name mywebsite.com;</font></p>
    <p><font face="Arial">        root /var/www/website/prod;<br>
        ...</font><font face="Arial"><br>
        }</font></p>
    <p><font face="Arial">and a second one like this with the same root
        folder:<br>
      </font></p>
    <p><font face="Arial">server {<br>
                server_name pro.mywebsite.com;</font></p>
    <p><font face="Arial">        root /var/www/website/prod;<br>
        ...<br>
        }<br>
      </font></p>
    <p><font face="Arial">And the only problem is they have the same
        robots.txt file.<br>
      </font></p>
    <p><font face="Arial">Is it possible to tell the second server to
        link the file robots.txt to another file like robots-pro.txt?</font></p>
    <p><font face="Arial">And by the way the url
        <a class="moz-txt-link-freetext" href="http://pro.mywebsite.com/robots.txt">http://pro.mywebsite.com/robots.txt</a> would open the file </font><font
        face="Arial">robots-pro.txt.</font></p>
    <p><font face="Arial">Thanks,<br>
        Vincent.<br>
      </font></p>
    <p><br>
    </p>
  </body>
</html>