So, I’ve googled this issue and found there are multiple ways to change the site URL back, but my problem is I don’t know what to set it to.
Here is some background:
I’m self-hosting my site and to complicate matters I’m using docker images for WordPress and a reverse nginx SSL proxy. So far my site has been completely internal. Last night I finally set up Let’s Encrypt on the proxy and pointed it at my WordPress site, opening it up to the internet. I updated my WordPress URL/Site URL to reflect these changes and now whenever I try to go to the site I get the “too many redirects error”. Is the Nginx proxy causing this?
On the Nginx proxy, what should the proxy\_pass be set to? the docker name of the website container or the IP address or the domain name?
On the WordPress site, what should the WordPress Address URL and Site URL Address be set to? [http://domain.org]) or [https://domain.or](https://domain.ort)g or domain.org???
[ad_2]