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

Force HTTPS not working with lets encrypt

$
0
0

Have you tried adding the following to the relevant site's config file:

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

Viewing all articles
Browse latest Browse all 12639

Trending Articles