Add the search feature.
This commit is contained in:
@ -1,12 +0,0 @@
|
||||
server{
|
||||
listen 80;
|
||||
server_name tank.zicpo.cn;
|
||||
|
||||
location / {
|
||||
proxy_pass http://127.0.0.1:6010;
|
||||
proxy_set_header host $host;
|
||||
proxy_set_header X-Forwarded-For $remote_addr;
|
||||
proxy_pass_request_headers on;
|
||||
client_max_body_size 2048m;
|
||||
}
|
||||
}
|
@ -1,14 +0,0 @@
|
||||
{
|
||||
"ServerPort": 6010,
|
||||
"LogToConsole": false,
|
||||
"LogPath": "",
|
||||
"MatterPath": "",
|
||||
"MysqlPort": 3306,
|
||||
"MysqlHost": "127.0.0.1",
|
||||
"MysqlSchema": "tank",
|
||||
"MysqlUsername": "tank",
|
||||
"MysqlPassword": "tank123",
|
||||
"AdminUsername": "admin",
|
||||
"AdminEmail": "admin@tank.eyeblue.cn",
|
||||
"AdminPassword": "123456"
|
||||
}
|
Reference in New Issue
Block a user