added ssl certificate location snippet
This commit is contained in:
parent
8feeb28093
commit
e7a41c03d1
6
snippets/ssl/ssl_certs.conf
Normal file
6
snippets/ssl/ssl_certs.conf
Normal 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;
|
Loading…
Reference in New Issue
Block a user