Remove internal comments from server_names directive (#10147)

Fixes https://github.com/certbot/certbot/issues/7090
This commit is contained in:
ohemorange
2025-02-24 10:54:58 -08:00
committed by GitHub
parent cda56361ad
commit 6fd6a541d4
3 changed files with 60 additions and 1 deletions
+1
View File
@@ -53,6 +53,7 @@ More details about these changes can be found on our GitHub repo.
* When adding ssl listen directives in nginx server blocks, IP addresses are now
preserved.
* Nginx configurations can now have the http block in files other than the root (nginx.conf)
* Nginx `server_name` directives with internal comments now ignore commented names
More details about these changes can be found on our GitHub repo.