新增nginx绑定
This commit is contained in:
5
plugin/nginx/conf/hosts/default.conf
Normal file
5
plugin/nginx/conf/hosts/default.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
server {
|
||||
listen 80 default_server;
|
||||
server_name _;
|
||||
return 444;
|
||||
}
|
||||
Reference in New Issue
Block a user