mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-16 12:23:03 +00:00
IP互助计划, 添加正向代理服务(TODO)
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
# 要激活的配置: dev--连接本地数据库; prod连接线上数据库
|
||||
# 要激活的配置: app-配置名称.yml
|
||||
active: dev
|
||||
# 版本号
|
||||
version_app: 0.1.8
|
||||
# 公司名称 -> LOGO版权文字
|
||||
# 控制台输出的版权文字
|
||||
copyright: QAIU
|
||||
|
||||
5
web-service/src/main/resources/http-proxy.yml
Normal file
5
web-service/src/main/resources/http-proxy.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
# 正向代理
|
||||
server-name: Vert.x-proxy-http(v4.1.2)
|
||||
|
||||
proxy:
|
||||
- listen: 6402
|
||||
@@ -51,12 +51,4 @@ proxy:
|
||||
# origin: 127.0.0.1:8088
|
||||
|
||||
|
||||
#proxy:
|
||||
# - listen: 8085
|
||||
# static:
|
||||
# path: /mu-down
|
||||
# # add-headers:
|
||||
# # x-token: ABC
|
||||
# root: webroot/mu-down/
|
||||
# index: index.html
|
||||
|
||||
|
||||
Reference in New Issue
Block a user