Hi! I would like to use a setting like that:<br><br>   location / {<br>
        <span class="il">try_files</span> $uri $uri/ @<span class="il">proxy</span>;<br>
    }<br>
<br>
    location @<span class="il">proxy</span> {<br>
        proxy_pass <a href="http://127.0.0.1:8089/" target="_blank">http://127.0.0.1:8089</a>;<br>
    }<br><br>With nginx serving static content and apache serving dinamic content. With that setting. I got a error:<br><br>&quot;proxy_pass&quot; may not have URI part in location given by regular expression, or inside named location, or inside the &quot;if&quot; statement, or inside the &quot;limit_except&quot; block in<br>
<br>Is that a nginx limitation ? (Can&#39;t use a proxy in try_files fallback)<br><br>Nginx version: 0.7.61<br clear="all"><br>-- <br>[]&#39;<br>- Walter<br><a href="http://waltercruz.com">waltercruz.com</a><br>