<div>I think i blundered upon the solution myself:</div><div><br></div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;location ~* /$ {</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;rewrite (.*) $1index.cfm;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;proxy_pass <a href="http://beta.yourli.st">http://beta.yourli.st</a>;</div>
<div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;}</div><div><br></div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;location / {</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;proxy_pass <a href="http://beta.yourli.st">http://beta.yourli.st</a>;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;}</div><div><br></div><div>This does indeed do the trick; what i was missing the &quot;~* /$&quot; in the location directive.</div>
<div><br></div><div>Is there a more efficient way of doing this?</div><div><br></div>