Skip to content

Commit f88ab85

Browse files
committed
fix(reverse-proxy): ssl_certificate name
1 parent fbf36f6 commit f88ab85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reverse-proxy/conf/prod.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ server {
1616
listen [::]:443 ssl;
1717
server_name biostack.42borgata.com;
1818
http2 on;
19-
ssl_certificate /etc/letsencrypt/live/biostack.42borgata.com/cert1.pem;
19+
ssl_certificate /etc/letsencrypt/live/biostack.42borgata.com/fullchain.pem;
2020
ssl_certificate_key /etc/letsencrypt/live/biostack.42borgata.com/privkey.pem;
2121

2222
location / {

0 commit comments

Comments
 (0)