Hi here.
After ssl switching my site works on https correctly but redirect from http never work.
force-ssl-<domain.com>.conf was created
"nginx -t" is OK.
When I access to my site via http - browser switch to https. But any online redirect checkers reports issue.
Finally, when I check http by curl I returned "HTTP/1.1 200 OK"
Meanwhile, other sites on this WordOps instance works correctly and returned: "HTTP/1.1 301 Moved Permanently"
What's going wrong? What do I need to check/fix to solve this?
Thanks.