Quantcast
Channel: EasyEngine Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 12639

Force HTTPS not working with lets encrypt

$
0
0

I fixed with

server {
    listen 80;
    listen [::]:80; # I added this line
    server_name mydomain.com www.mydomain.com;
    return 301 https://$server_name$request_uri;
}

Viewing all articles
Browse latest Browse all 12639

Latest Images

Trending Articles



Latest Images