nginx-proxy / nginx-proxy

Automated nginx proxy for Docker containers using docker-gen
MIT License
18.57k stars 3.03k forks source link

multiple ssl subdomains per container #1391

Open stefan-frank23 opened 4 years ago

stefan-frank23 commented 4 years ago

Hi, i use https://github.com/selloween/docker-multi-wordpress and got it to work. Except problems with the following:

VIRTUAL_HOST=domain1.com,www.domain1.com
VIRTUAL_PORT=8000
LETSENCRYPT_HOST=domain1.com,www.domain1.com
LETSENCRYPT_EMAIL=mail@domain1.com
It doesn't get certificates. HTTP works fine.

Any ideas how to fix it?

zhiwei-dong commented 4 years ago

Maybe you need to check if you have hit the letsencrypt rate limits, but its slide window is a week, now you should fix this error.