python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
dynamically change nginx proxy pass
Hi i want to set a dynamic proxy pass in nginx. $myvar will take values such as ops/dev/qa etc. But when i validate the above nginx configuration file with nginx -t, i get "proxy_set_header"...
Prageeth Athulathmudali
Votes: 0
Answers: 1
NginX reverse proxy (https:8443 to http:80) with multiple sites not working
Been working on this for a few nights and I can't seem to get it to work. This is on my home network where my ISP blocks incoming traffic to TCP-80 & 443 so, I have a couple of sites running on s...
RKillcrazy
Votes: 0
Answers: 0
`NGINX` reverse proxy does not work in `DOKCER` (502 bad gateway)
I have a VPS, my problem is that proxy_pass does not work, I get the 502 badgateway([error] 23#23: *1 connect() failed (111: Connection refused) while connecting to upstream,)
I saw similar questions ...
mh f
Votes: 0
Answers: 0
How do I configure an ssl certificate with Nginx on Ubuntu 18.04?
I am trying to install an SSL certificate on an Ubuntu server with Nginx (my project is on a Flask server). When I try to reach my domain with my current configuration, the site can't be reached and E...
AlexO
Votes: 0
Answers: 1