added ssl certificate location snippet

This commit is contained in:
Asif Bacchus 2019-01-04 02:24:27 -07:00
parent 8feeb28093
commit e7a41c03d1
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#######
### NGINX configuration - location of SSL certificates
#######
ssl_certificate /path/to/your_ssl_certificate_fullchain;
ssl_certificate_key /path/to/your_certificate_private_key.key;