Re: redirect from api.example.com/service/{domain} to other servers

2019-04-09 Thread Maxim Dounin
Hello! On Tue, Apr 09, 2019 at 05:09:28PM +0300, Eli Fish wrote: > We have nginx server that redirect service requests by server_name using > proxy_pass to upstream: [...] This is a mailing list dedicated to nginx development. For question on how to configure nginx, please use nginx@ mailing

redirect from api.example.com/service/{domain} to other servers

2019-04-09 Thread Eli Fish
We have nginx server that redirect service requests by server_name using proxy_pass to upstream: nginx conf: server { server_name requestsproxy-rest.us.example.com; location / { . proxy_pass http://Requestsproxy-Rest; and the upstream file: upstream Requestsproxy-Rest {

[nginx] release-1.15.11 tag

2019-04-09 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/a6e23e343081 branches: changeset: 7491:a6e23e343081 user: Maxim Dounin date: Tue Apr 09 16:00:30 2019 +0300 description: release-1.15.11 tag diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines): diff