mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
[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:
@@ -147,7 +147,9 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen external-content.zulipcdn.net:443;
|
listen www.zulip.com:443;
|
||||||
|
server_name external-content.zulipcdn.net;
|
||||||
|
|
||||||
|
|
||||||
ssl on;
|
ssl on;
|
||||||
ssl_certificate /etc/ssl/certs/wildcard-all.combined-chain.crt;
|
ssl_certificate /etc/ssl/certs/wildcard-all.combined-chain.crt;
|
||||||
|
|||||||
Reference in New Issue
Block a user