yazzou Hello http://mysite.com/ or http://www.mysite.com is not redirected by default to https://mysite.com/ (which is supposed to be the chosen URL of my site. I have instead nginx welcome page... Is there something we need to do even if we indicate from the begining that we want an https site ? Which updae should i perform to redirect the traffic to the right URL. Thanks
nsgoyat yazzou Is your site properly accessible with https:// URL? Have you generated a proper Certificate for your site?
nsgoyat Check if WordOps has automatically generated force-ssl-example-com.conf file in /etc/nginx/conf.d/ directory or not. You may need to create it manually if it's not already there.
yazzou Hi Actually what i got is : force-ssl-exemple.com.conf.disabled Weird as i did not change the name of this file. I wonder this could have happened
nsgoyat yazzou Hmm... that's actually weird as I haven't witnessed this situation so far. Have you tried renaming this file to force-ssl-example.com.conf and then running NGINX Configuration Test ( nginx -t ) and finally, restarting the NGINX to see the outcome?
yazzou Hello Very weird i agree... I have done it and now the redirection works fine. Thanks for your time