set location to fixed within container

This commit is contained in:
Asif Bacchus 2019-10-17 00:44:37 -06:00
parent 89d8f484a4
commit 2d82201fce
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
# SSL certificate for this connection
ssl_certificate <SSL_CERT>;
ssl_certificate_key <SSL_KEY>;
ssl_certificate /certs/fullchain.pem;
ssl_certificate_key /certs/privkey.pem;