From 7c2c82b190f18af3545f5ccc7ed4e8a90f1727a3 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 19 May 2020 17:49:09 -0700 Subject: [PATCH] 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. --- puppet/zulip_ops/files/nginx/sites-available/loadbalancer | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/puppet/zulip_ops/files/nginx/sites-available/loadbalancer b/puppet/zulip_ops/files/nginx/sites-available/loadbalancer index 50203c71ea..602df25fef 100644 --- a/puppet/zulip_ops/files/nginx/sites-available/loadbalancer +++ b/puppet/zulip_ops/files/nginx/sites-available/loadbalancer @@ -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;