2019-01-03 16:21:23 +00:00
|
|
|
appname = easyProxy
|
2019-01-02 17:44:45 +00:00
|
|
|
|
2018-12-30 14:36:15 +00:00
|
|
|
#web管理端口
|
2018-12-11 08:37:12 +00:00
|
|
|
httpport = 8080
|
2019-01-02 17:44:45 +00:00
|
|
|
|
2018-12-30 14:36:15 +00:00
|
|
|
#启动模式dev|pro
|
2019-01-09 12:33:00 +00:00
|
|
|
runmode = dev
|
2019-01-02 17:44:45 +00:00
|
|
|
|
2018-12-30 14:36:15 +00:00
|
|
|
#web管理密码
|
2018-12-11 08:37:12 +00:00
|
|
|
password=123
|
2019-01-02 17:44:45 +00:00
|
|
|
|
2019-01-12 16:09:12 +00:00
|
|
|
##客户端与服务端通信端口
|
|
|
|
tcpport=8284
|
2019-01-29 03:20:39 +00:00
|
|
|
|
|
|
|
#web api免验证IP地址
|
|
|
|
authip=127.0.0.1
|
2019-01-31 18:06:30 +00:00
|
|
|
|
|
|
|
##http代理端口
|
|
|
|
httpProxyPort=80
|
|
|
|
|
|
|
|
##https代理端口
|
2019-02-01 02:42:13 +00:00
|
|
|
httpsProxyPort=
|
2019-01-31 18:06:30 +00:00
|
|
|
|
|
|
|
##certFile绝对路径
|
|
|
|
pemPath=/etc/nginx/certificate.crt
|
|
|
|
|
|
|
|
##keyFile绝对路径
|
|
|
|
keyPath=/etc/nginx/private.key
|