Re: Nginx proxy for an endpoint that redirect automatically to another path

2020-11-23 Thread Maxim Dounin
Hello! On Mon, Nov 23, 2020 at 05:59:49AM -0500, meniem wrote: > I'm trying to setup an Nginx proxy that redirect all requests from > provider.domain.com to proxy.appname.com/provider (where proxy.appname.com > is the server_name in nginx server) > > The configuration of server and location bloc

Nginx proxy for an endpoint that redirect automatically to another path

2020-11-23 Thread meniem
I'm trying to setup an Nginx proxy that redirect all requests from provider.domain.com to proxy.appname.com/provider (where proxy.appname.com is the server_name in nginx server) The configuration of server and location blocks are fine, but the issue is that the provider.domain.com is automatically