Questions tagged [nginx-upstreams]
50 questions
0
votes
0 answers
ASP.NET Core behind NGINX Reverse Proxy
I have a problem trying to run my ASP.NET Core 3 App behind a NGINX reverse proxy.
I am following this guide:
https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/linux-nginx?view=aspnetcore-3.1
I am using Let's Encrypt for my SSL…

Crztean
- 159
- 1
- 12
0
votes
1 answer
How does nginx forward a domain name request to an ip address using a certificate?
Good day!
I have upstream and proxypass configured in the nginx config. There is no information about the domain name anywhere in the config. The upstream contains the ip addresses of the hosts xxx and yyy where the same site is located. Nginx…

vovagib
- 53
- 5
0
votes
1 answer
NGINX routing based on server 200 response failures
My goal is to configure nginx's stream object(s) in the config to route requests to a backup upstream in the event that one fails on certain health checks (2/3)
The health checks while sort of specific I believe shouldn't be an issue:
-TCP 1212…

Dylan Moore
- 443
- 4
- 14
0
votes
1 answer
Nginx reverse proxy: try multiple upstream servers in parallel and return the first successful response
I've configured nginx as a reverse proxy for downloading software artifacts (e.g. JAR files) and want to speed it up by proxying each request to multiple upstream servers in parallel.
The following currently works: with nginx running at…

Alex Klibisz
- 1,313
- 1
- 14
- 21
0
votes
0 answers
nginx reverse proxy based on response header
I have a setup of the website that powered by 2 web applications under the hood.
One application (fast) is supposed to handle catalog pages.
Another application (slow) is supposed to handle customer/cart/checkout pages.
Both applications should run…

dvolik
- 11
- 3