nginx: Fix missing word in comment.

This commit is contained in:
Alex Vandiver 2024-09-25 10:02:16 -04:00 committed by Tim Abbott
parent a435b7687a
commit b0ca32c955
1 changed files with 2 additions and 2 deletions

View File

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