teamhephy / router

MIT License
4 stars 10 forks source link

When <sub>.example.com domain is added to app on example.com cluster, ssl configuration is missing #13

Open Cryptophobia opened 6 years ago

Cryptophobia commented 6 years ago

From @szymonpk on January 27, 2017 11:13

Configuration

When I add FQDN (sub1.example.com) domain which includes my platform domain (example.com) and it isn't application name, then SSL configuration isn't created on deis-router(s). nginx.conf is missing whole SSL section for this domain. If I add just sub1, everything works fine. I'm not sure if it's a feature or a bug, I didn't found any mentions about this in documentation and it took my a while to figure out what is going on.

Copied from original issue: deis/router#309