Initial YakPanel commit
This commit is contained in:
7
vhost/nginx/0.default.conf
Normal file
7
vhost/nginx/0.default.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
server
|
||||
{
|
||||
listen 80;
|
||||
server_name _;
|
||||
index index.html;
|
||||
root /www/server/nginx/html;
|
||||
}
|
||||
Reference in New Issue
Block a user