Update SSL directives to demonstrate Let's Encrypt locations
This commit is contained in:
parent
0cfa227a3c
commit
73b6bb022a
@ -15,8 +15,8 @@ server {
|
|||||||
root /sites/ssl-fastcgi-cache.com/public;
|
root /sites/ssl-fastcgi-cache.com/public;
|
||||||
|
|
||||||
# Paths to certificate files.
|
# Paths to certificate files.
|
||||||
ssl_certificate /etc/ssl/ssl-fastcgi-cache.com.crt;
|
ssl_certificate /etc/letsencrypt/live/ssl-fastcgi-cache.com/fullchain.pem;
|
||||||
ssl_certificate_key /etc/ssl/ssl-fastcgi-cache.com.key;
|
ssl_certificate_key /etc/letsencrypt/live/ssl-fastcgi-cache.com/privkey.pem;
|
||||||
|
|
||||||
# File to be used as index
|
# File to be used as index
|
||||||
index index.php;
|
index index.php;
|
||||||
|
|||||||
@ -10,8 +10,8 @@ server {
|
|||||||
root /sites/ssl.com/public;
|
root /sites/ssl.com/public;
|
||||||
|
|
||||||
# Paths to certificate files.
|
# Paths to certificate files.
|
||||||
ssl_certificate /etc/ssl/ssl.com.crt;
|
ssl_certificate /etc/letsencrypt/live/ssl.com/fullchain.pem;
|
||||||
ssl_certificate_key /etc/ssl/ssl.com.key;
|
ssl_certificate_key /etc/letsencrypt/live/ssl.com/privkey.pem;
|
||||||
|
|
||||||
# File to be used as index
|
# File to be used as index
|
||||||
index index.php;
|
index index.php;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user