From b0ca32c95525f8056985a9ccf9c901be28e8256e Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Wed, 25 Sep 2024 10:02:16 -0400 Subject: [PATCH] nginx: Fix missing word in comment. --- puppet/zulip/templates/nginx/zulip-enterprise.template.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/puppet/zulip/templates/nginx/zulip-enterprise.template.erb b/puppet/zulip/templates/nginx/zulip-enterprise.template.erb index cf8e1ea334..48af4ced69 100644 --- a/puppet/zulip/templates/nginx/zulip-enterprise.template.erb +++ b/puppet/zulip/templates/nginx/zulip-enterprise.template.erb @@ -7,8 +7,8 @@ server { location /api/internal/ { # If coming from localhost, we do allow access to internal # APIs over HTTP, without an HTTPS redirect. Adding TLS does - # not appreciable security to connections from localhost, and - # the certificate will never validate. + # not add appreciable security to connections from localhost, + # and the certificate will never validate. allow 127.0.0.1; allow ::1; deny all;