Use correct key for humbughq SAN cert.

This is live right now.

(imported from commit 051a44e2962557f3fc293e3e2f2e169a5d6e658c)
This commit is contained in:
Luke Faraone
2014-01-21 09:29:05 -05:00
parent 3dbc7d3524
commit e852580a0e

View File

@@ -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;