Fix ranking of vhosts in Nginx so that all port-matching vhosts come first (#6412)

To more closely match how Nginx ranks things.
This commit is contained in:
ohemorange
2018-10-19 19:16:54 -07:00
committed by sydneyli
parent 7b17c84dd9
commit 36ebce4a5f
3 changed files with 78 additions and 40 deletions
+1
View File
@@ -17,6 +17,7 @@ Certbot adheres to [Semantic Versioning](http://semver.org/).
### Fixed
* Match Nginx parser update in allowing variable names to start with `${`.
* Fix ranking of vhosts in Nginx so that all port-matching vhosts come first
* Correct OVH integration tests on machines without internet access.
* Stop caching the results of ipv6_info in http01.py