Re: Deny all location ... except

2020-10-26 Thread Francis Daly
On Wed, Oct 21, 2020 at 03:50:03PM -0300, Rejaine Silveira Monteiro wrote: Hi there, > I want to deny all access from external network to /prod and /hml > locations, except from some arguments like "?TEST" or "=TEST" I don't see a straightforward way to do this, I'm afraid. For a non-straightf

Re: support

2020-10-26 Thread Francis Daly
On Fri, Oct 23, 2020 at 02:04:03PM +0200, FlashBlog wrote: Hi there, > i need to configure reverse proxy for an iptv list, can anyone help me? The usual way is to "proxy_pass" within a "location" that you want to handle the request. http://nginx.org/r/proxy_pass http://nginx.org/r/location Do