mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Use correct key for humbughq SAN cert.
This is live right now. (imported from commit 051a44e2962557f3fc293e3e2f2e169a5d6e658c)
This commit is contained in:
@@ -27,7 +27,7 @@ server {
|
||||
|
||||
ssl on;
|
||||
ssl_certificate /etc/ssl/certs/www.humbughq.com.combined-chain.crt;
|
||||
ssl_certificate_key /etc/ssl/private/app.humbughq.com.key;
|
||||
ssl_certificate_key /etc/ssl/private/production-zulip.key;
|
||||
|
||||
location / {
|
||||
proxy_pass https://prod;
|
||||
|
||||
Reference in New Issue
Block a user