Quantcast
Viewing all articles
Browse latest Browse all 12639

My site don't works without https

I added this and works. Thank you.

server {
       listen         80;
       server_name    mysite.com www.mysite.com;
       return         301 https://$server_name$request_uri;
}

Viewing all articles
Browse latest Browse all 12639

Trending Articles