We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf36f6 commit f88ab85Copy full SHA for f88ab85
reverse-proxy/conf/prod.conf
@@ -16,7 +16,7 @@ server {
16
listen [::]:443 ssl;
17
server_name biostack.42borgata.com;
18
http2 on;
19
- ssl_certificate /etc/letsencrypt/live/biostack.42borgata.com/cert1.pem;
+ ssl_certificate /etc/letsencrypt/live/biostack.42borgata.com/fullchain.pem;
20
ssl_certificate_key /etc/letsencrypt/live/biostack.42borgata.com/privkey.pem;
21
22
location / {
0 commit comments