mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
nginx: Update nginx configuration for fhir/hl7 organization.
We should eventually add templating for the set of hosts here, but it's worth merging this change to remove the deleted hostname and replace it with the current one.
This commit is contained in:
parent
723d285e46
commit
7c2c82b190
@ -116,10 +116,10 @@ server {
|
||||
}
|
||||
|
||||
server {
|
||||
listen chat.hl7.org:443 http2;
|
||||
server_name chat.hl7.org;
|
||||
ssl_certificate /etc/letsencrypt/live/chat.hl7.org/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/chat.hl7.org/privkey.pem;
|
||||
listen chat.fhir.org:443 http2;
|
||||
server_name chat.fhir.org;
|
||||
ssl_certificate /etc/letsencrypt/live/chat.fhir.org/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/chat.fhir.org/privkey.pem;
|
||||
|
||||
location / {
|
||||
proxy_pass https://prod;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user