enclosed things to be updated by script in angle brackets

This commit is contained in:
Asif Bacchus
2019-01-04 05:16:17 -07:00
parent a39f8f8507
commit 4baa3a1704
3 changed files with 5 additions and 4 deletions
+1
View File
@@ -3,4 +3,5 @@
#######
server_name
<server name(s)>
;
+2 -2
View File
@@ -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>;