Today I enabled Let's Encrypt for one of my site. Then I got a redirect loop. I added following code to "server block".
> return 301 https://www.drcrhub.com$request_uri;
Now my site redirect to https www to https non www. Also I added "https://www.drcrhub.com" as site URL and home page to my WP conf file.
How do I fix this matter.