Nick Janetakis

Results 482 comments of Nick Janetakis

I have the same set up as you. What I did was configure nginx to use the same certificate for each of those sites (my nginx roles lets you override...

Yes, if someone inspected your certificate you would see each domain.

Hi, Yep, your proposed change is how to fix it. It's been a warning level thing for a while. I'm in the process of rewriting a lot of roles which...

Thanks for the contribution. I am currently in the process of rewriting both this role and my let's encrypt role. A configurable SSL location and multiple certificates (at the LE...

Thanks a lot for this. I will hold off on merging this one, and the revamp is still quite a ways off, so it's definitely valuable to keep this around...

Does an `example.se` conf file get created in `/etc/nginx/sites-available`?

What happens if you set a `root` path?

Yeah but you can set the `root` value on your virtual host too (with the path of your site instead). Example: ```yml example.se: domains: ['example.se', 'www.example.se'] root: '/path/to/your/root' default_server: False...

How did you have your nginx config set up before using this role? Paste it here and I'll take a look at it tonight.

Thanks. This role is on my radar for getting an overhaul. I will definitely address this. Going to keep this open until it's merged.