<div dir="ltr"><div>I have many servers sending ssl which I am trying to terminate. So I wanted to create a statement that was a catch all instead of listening for each ip address. I thought this would do it :<br><br></div>server { <br><div><div><br>      listen 443 ssl  default_server;<br><br>......<br><br>}<br><br></div><div>but when I run nginx -t, I keep getting the error : nginx: [emerg] the invalid "default_server" parameter in /etc/nginx/nginx.conf:13<br><br></div><div>Is this the correct way of doing a catch all incoming ssl traffic and what is wrong with my syntax ?<br><br></div><div>Joel<br></div></div></div>