Nginx Redirection Issues with multiple domains
So I have two domains: example.com example.ca This is a docker container running nginx and I am trying to accomplish http to https redirect and www to non-www redirect. Docker on the host is bound to port 80 and 443.…