<div dir="ltr">Hello,<div><br></div><div>I need to configure some locations go to index.php rest go to index.html</div><div><br></div><div><br></div><div>if ($request_uri !~ ^/(location1|location2|location3)$ ) {</div><div>                  rewrite ^(.*) /index.html;</div><div>}</div><div><br></div><div>but how to else ?</div><div><br></div><div>if the request contains location1, location2, location3 goes to fastcgi_pass <a href="http://127.0.0.1:9000">127.0.0.1:9000</a>;</div><div>if not contain go to /index.html</div><div><br></div><div>regards,</div><div>tseveen</div></div>