I have an instance of nginx running which serves several websites. The first is a status message on the server\'s IP address. The second is an admin console on admin.d
admin.d
For me somehow define default_server was not working. I solved it by
server_name ~^.*$
using regular expression of all.