|
|
@ -24,8 +24,8 @@ server { |
|
|
|
|
|
|
|
|
|
|
|
ssl_certificate /etc/letsencrypt/live/thelyoncompany.com/fullchain.pem; |
|
|
|
ssl_certificate /etc/letsencrypt/live/thelyoncompany.com/fullchain.pem; |
|
|
|
ssl_certificate_key /etc/letsencrypt/live/thelyoncompany.com/privkey.pem; |
|
|
|
ssl_certificate_key /etc/letsencrypt/live/thelyoncompany.com/privkey.pem; |
|
|
|
ssl_trusted_certificate /etc/letsencrypt/live/thelyoncompany.com/chain.pem; |
|
|
|
ssl_trusted_certificate /etc/letsencrypt/live/thelyoncompany.com/fullchain.pem; |
|
|
|
ssl_dhparam /etc/nginx/dhparam.pem; |
|
|
|
ssl_dhparam /etc/ssl/dhparam.pem; |
|
|
|
|
|
|
|
|
|
|
|
return 301 https://thelyoncompany.com$request_uri; |
|
|
|
return 301 https://thelyoncompany.com$request_uri; |
|
|
|
} |
|
|
|
} |
|
|
@ -42,7 +42,7 @@ server { |
|
|
|
ssl_certificate /etc/letsencrypt/live/thelyoncompany.com/fullchain.pem; |
|
|
|
ssl_certificate /etc/letsencrypt/live/thelyoncompany.com/fullchain.pem; |
|
|
|
ssl_certificate_key /etc/letsencrypt/live/thelyoncompany.com/privkey.pem; |
|
|
|
ssl_certificate_key /etc/letsencrypt/live/thelyoncompany.com/privkey.pem; |
|
|
|
ssl_trusted_certificate /etc/letsencrypt/live/thelyoncompany.com/fullchain.pem; |
|
|
|
ssl_trusted_certificate /etc/letsencrypt/live/thelyoncompany.com/fullchain.pem; |
|
|
|
ssl_dhparam /etc/nginx/dhparam.pem; |
|
|
|
ssl_dhparam /etc/ssl/dhparam.pem; |
|
|
|
|
|
|
|
|
|
|
|
#ssl_client_certificate /etc/nginx/ssl/cloudflare.crt; |
|
|
|
#ssl_client_certificate /etc/nginx/ssl/cloudflare.crt; |
|
|
|
#ssl_verify_client optional; |
|
|
|
#ssl_verify_client optional; |
|
|
|