Hi

We have a Nginx Box which acts as a reverse proxy to backend applications.

We only want to allow traffic on http://example.com which internally
redirects to specific application. Other then that, every other URI should
be blocked.

For example :-

example.com            Allowed
example.com/test     Blocked
example.com/login    Blocked

How can I achieve this ?

Any help will be appreciated.
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to