<div dir="ltr">Hi<div><br></div><div>We have a Nginx Box which acts as a reverse proxy to backend applications.</div><div><br></div><div>We only want to allow traffic on <a href="http://example.com">http://example.com</a> which internally redirects to specific application. Other then that, every other URI should be blocked.</div><div><br></div><div>For example :-</div><div><br></div><div><a href="http://example.com">example.com</a>            Allowed</div><div><a href="http://example.com/test">example.com/test</a>     Blocked</div><div><a href="http://example.com/login">example.com/login</a>    Blocked</div><div><br></div><div>How can I achieve this ?</div><div><br></div><div>Any help will be appreciated.</div><div><br></div><div><br></div></div>