1
0
Fork 0

feat: update default_server config

This commit is contained in:
zhengkunwang223 2025-02-25 18:13:50 +08:00 committed by CityFun
parent 8c9893c2b6
commit 892ca982b2
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
server
{
listen 80;
listen 80 default_server;
server_name _;
index 404.html;