Nicolas Duchon 2b621599ff test: fix wildcard_certs_and_nohttps test před 2 roky
..
certs 8414a94d59 TESTS: add test for the case in which a wildcard cert matches a container having `nohttps` set před 8 roky
README.md 8414a94d59 TESTS: add test for the case in which a wildcard cert matches a container having `nohttps` set před 8 roky
docker-compose.yml 9299a2801e tests: Remove dhparam volume před 3 roky
test_wildcard_cert_nohttps.py 2b621599ff test: fix wildcard_certs_and_nohttps test před 2 roky

README.md

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)