[manual] external-content now shares www IP

This is safe because we have the wildcard-all cert.

DEPLOY INSTRUCTIONS: Change the CNAME in R53 for external-content.zulipcdn.net
to the same as www.zulip.com

(imported from commit 075984943ce3a3b17518b913ea650992e45f705e)
This commit is contained in:
Luke Faraone
2015-02-05 17:44:31 -08:00
parent 8a8356221e
commit e8f63e2041

View File

@@ -147,7 +147,9 @@ server {
}
server {
listen external-content.zulipcdn.net:443;
listen www.zulip.com:443;
server_name external-content.zulipcdn.net;
ssl on;
ssl_certificate /etc/ssl/certs/wildcard-all.combined-chain.crt;