feat: update default_server config
This commit is contained in:
parent
8c9893c2b6
commit
892ca982b2
|
|
@ -1,6 +1,6 @@
|
|||
server
|
||||
{
|
||||
listen 80;
|
||||
listen 80 default_server;
|
||||
server_name _;
|
||||
|
||||
index 404.html;
|
||||
|
|
|
|||
Loading…
Reference in New Issue