Search included files for nginx server_names_hash_bucket_size directive (#9198)

* Search all included files for bucket directive

* Add tests for mod_config

* Update changelog

* Move changelog entry to the new release's section

* Break immediately once we've found the `http` block

Co-authored-by: alexzorin <alex@zorin.id.au>

* Add parallel descriptive comment about updating bucket directive

Co-authored-by: alexzorin <alex@zorin.id.au>

* remove github-inserted trailing whitespace

Co-authored-by: alexzorin <alex@zorin.id.au>
This commit is contained in:
ohemorange
2022-02-11 15:40:14 +11:00
committed by GitHub
co-authored by alexzorin
parent f14cefff18
commit a1b2e973c0
3 changed files with 86 additions and 10 deletions
+1
View File
@@ -14,6 +14,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
### Fixed
* Nginx plugin now checks included files for the singleton server_names_hash_bucket_size directive.
*
More details about these changes can be found on our GitHub repo.