enclosed things to be updated by script in angle brackets
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
### NGINX configuration - location of SSL certificates
|
||||
#######
|
||||
|
||||
ssl_certificate /path/to/your_ssl_certificate_fullchain;
|
||||
ssl_certificate_key /path/to/your_certificate_private_key.key;
|
||||
ssl_certificate <path/to/your_ssl_certificate_fullchain>;
|
||||
ssl_certificate_key <path/to/your_certificate_private_key.key>;
|
||||
|
||||
Reference in New Issue
Block a user