1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-02 23:05:46 +00:00

TESTS: add test for the case in which a wildcard cert matches a container having nohttps set

This commit is contained in:
Thomas LEVEIL
2017-03-15 02:11:21 +01:00
parent 82133865d4
commit 8414a94d59
7 changed files with 265 additions and 0 deletions

View File

@ -0,0 +1,6 @@
In this scenario, we have a wildcard certificate for `*.web.nginx-proxy.tld` and 3 web containers:
- 1.web.nginx-proxy.tld
- 2.web.nginx-proxy.tld
- 3.web.nginx-proxy.tld
We want web containers 1 and 2 to support SSL, but 3 should not (using `HTTPS_METHOD=nohttps`)