web展示内部版本号

This commit is contained in:
q
2025-10-17 17:19:27 +08:00
parent 8e661ed1c5
commit abde7841ac
5 changed files with 69 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
server-name: Vert.x-proxy-server(v4.1.2)
proxy:
- listen: 6411
- listen: 6401
# 404的路径
page404: webroot/err/404.html
static:
@@ -15,14 +15,14 @@ proxy:
# 1.origin代理地址端口后有目录(包括 / ),转发后地址:代理地址+访问URL目录部分去除location匹配目录
# 2.origin代理地址端口后无任何转发后地址代理地址+访问URL目录部
location:
- path: ~^/(json|v2|d|parser|ye|lz|cow|ec|fj|fc|le|qq|ws|iz|ce)/.*
origin: 127.0.0.1:6410
- path: ~^/(json/|v2/|d/|parser|ye/|lz/|cow/|ec/|fj/|fc/|le/|qq/|ws/|iz/|ce/).*
origin: 127.0.0.1:6400
# json/parser -> xxx/parser
# - path: /json/
# origin: 127.0.0.1:6400/
- path: /n1/
origin: 127.0.0.1:6410/v2/
origin: 127.0.0.1:6400/v2/
# # SSL HTTPS配置
ssl: