fix(fillCode): 修复nginx路径问题
这个提交包含在:
@@ -12,6 +12,9 @@ spec:
|
|||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
|
annotations:
|
||||||
|
nginx.ingress.kubernetes.io/use-regex: "true"
|
||||||
|
nginx.ingress.kubernetes.io/rewrite-target: /$2
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- fillcode.com
|
- fillcode.com
|
||||||
@@ -19,6 +22,6 @@ spec:
|
|||||||
hosts:
|
hosts:
|
||||||
- host: fillcode.com
|
- host: fillcode.com
|
||||||
paths:
|
paths:
|
||||||
- /whoami
|
- /whoami(/|$)(.*)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
在新议题中引用
屏蔽一个用户