updated directory structure to match actual install

This commit is contained in:
Asif Bacchus
2019-01-04 03:21:55 -07:00
parent 36a0e5df5d
commit 31e258fbae
11 changed files with 0 additions and 0 deletions
+6
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;