Updated README.md
This commit is contained in:
parent
a7cb89dd8b
commit
7f5fe83c25
@ -46,8 +46,8 @@ ## Example nginx config:
|
|||||||
server_name test.com;
|
server_name test.com;
|
||||||
|
|
||||||
#SSL - Set in production.
|
#SSL - Set in production.
|
||||||
ssl_certificate /etc/letsencrypt/live/test.com/fullchain.pem; #managed by Certbot
|
ssl_certificate /your-project/ssl/certs/live/test.com/fullchain.pem; #managed by Certbot
|
||||||
ssl_certificate_key /etc/letsencrypt/live/test.com/privkey.pem; #managed by Certbot
|
ssl_certificate_key /your-project/ssl/certs/live/test.com/privkey.pem; #managed by Certbot
|
||||||
include /etc/nginx/commons/letsencrypt-options-ssl-nginx.conf;
|
include /etc/nginx/commons/letsencrypt-options-ssl-nginx.conf;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user