Add some new api of preference.
This commit is contained in:
@ -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;
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"ServerPort": 9090,
|
||||
"ServerPort": 6010,
|
||||
"LogToConsole": true,
|
||||
"MysqlPort": 3306,
|
||||
"MysqlHost": "127.0.0.1",
|
||||
|
Reference in New Issue
Block a user