7 lines
194 B
Plaintext
7 lines
194 B
Plaintext
#######
|
|
### NGINX configuration - location of SSL certificates
|
|
#######
|
|
|
|
ssl_certificate <path/to/your_ssl_certificate_fullchain>;
|
|
ssl_certificate_key <path/to/your_certificate_private_key.key>;
|