I have a Nginx reverse proxy. I config it like this : server { listen 80 default_server; listen [::]:80 default_server; ser
I'm stuck on a problem for a long time now with two nginxs server which the first is acting as a reverse proxy and the second as the backend server. Here is my