Add some new api of preference.

This commit is contained in:
zicla
2017-12-25 14:32:18 +08:00
parent 00472c6b4d
commit a7e502ba9c
9 changed files with 199 additions and 11 deletions

View File

@ -3,7 +3,7 @@ server{
server_name tank.zicpo.cn;
location / {
proxy_pass http://127.0.0.1:9090;
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;

View File

@ -1,5 +1,5 @@
{
"ServerPort": 9090,
"ServerPort": 6010,
"LogToConsole": true,
"MysqlPort": 3306,
"MysqlHost": "127.0.0.1",