mirror of https://github.com/zulip/zulip.git
Move humbughq.com hosts to www.zulip.com IP
These are redirect hosts, so they don't need their own IP. Supporting non-SNI clients isn't a priority for us. (imported from commit b1a8de8763ab944885518c868e4e30307d84c11d)
This commit is contained in:
parent
2c86c5c8ee
commit
ce50478a1e
|
@ -22,8 +22,8 @@ server {
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
# This stanza covers api, www, zephyr, and bare humbughq.com
|
listen www.zulip.com:443;
|
||||||
listen www.humbughq.com:443;
|
server_name www.humbughq.com humbughq.com;
|
||||||
|
|
||||||
ssl on;
|
ssl on;
|
||||||
ssl_certificate /etc/ssl/certs/wildcard-humbughq.com.combined-chain.crt;
|
ssl_certificate /etc/ssl/certs/wildcard-humbughq.com.combined-chain.crt;
|
||||||
|
@ -58,7 +58,7 @@ server {
|
||||||
|
|
||||||
server {
|
server {
|
||||||
# This stanza also covers bare zulip.com
|
# This stanza also covers bare zulip.com
|
||||||
listen www.zulip.com:443;
|
listen www.zulip.com:443 default_server;
|
||||||
|
|
||||||
ssl on;
|
ssl on;
|
||||||
ssl_certificate /etc/ssl/certs/www.zulip.com.combined-chain.crt;
|
ssl_certificate /etc/ssl/certs/www.zulip.com.combined-chain.crt;
|
||||||
|
|
Loading…
Reference in New Issue