Email or username:

Password:

Forgot your password?
8 comments
Vivien the Trumpeting Elephant

@civodul Pretty cool, but you will have bad surprises if you don’t replace the listen command with:

(listen '("443 ssl" "[::]:443 ssl"))

Janneke

@gugurumbe @civodul shouldn't that curse be standardized then?

Vivien the Trumpeting Elephant

@janneke @civodul It’s a bit weird nginx will not listen to IPv6 addresses if you just type "443 ssl".

What do you mean, standardized? Should all the tutorials include that? Should nginx developers fix the server so that "443 ssl" means both ipv4 and ipv6?

Janneke

@gugurumbe @civodul
Ah, right. Possibly providing something like %nginx-listen-ssl is the best we can do then, for now. Other than pray for a future where programmers only use simple scheme dsls to configure their softwares

Vivien the Trumpeting Elephant

Wow, I forgot @noipv6 was here! How rude of me not to mention them.

Ekaitz Zárraga 👹

@civodul This exactly what I've been delaying to do for months because I was afraid of myself and now here it comes!!!!! AAAAAAAAAAAa now I have to do it!

Go Up