mirror of
https://github.com/nginx-proxy/nginx-proxy
synced 2025-04-20 08:18:05 +02:00
At the moment no changes to functionality are done, only the current behavior is captured. |
||
---|---|---|
.. | ||
acme_root/.well-known/acme-challenge | ||
certs | ||
docker-compose.yml | ||
README.md | ||
test_wildcard_cert_nohttps.py |
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
)