Toggen Blog

20 years of tech tips

Articles

Latest

Access

Blog History

Nginx / Angie Dummy Default Site

Stop your nginx instance from replying with the first valid SSL cert and nothing from port 80 when people hit the server without a valid hostname # /etc/angie/http.d/default.conf server { listen 80 default_server; listen [::]:80 default_server; listen 443 ssl...

read more...