0

I'm trying to setup NGINX for HTTPS. I have a node app and NGINX acting as a reverse proxy. However once setup and trying to access my website I get "too many redirects" error, I think something is wrong with my NGINX configuration, any help? enter image description here

1 Answers1

0

The problem was that proxy_pass should have been https not http. It basically kept redirecting me to http back and forth.