updated directory structure to match actual install
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#######
|
||||
### NGINX configuration -- list of server names
|
||||
#######
|
||||
|
||||
server_name
|
||||
;
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user