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:
Tim Abbott 2020-05-19 17:49:09 -07:00
parent 723d285e46
commit 7c2c82b190

View File

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