mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-11-21 14:03:21 -05:00
fix middleware name
This commit is contained in:
parent
e8154c31ce
commit
5e20257202
@ -24,7 +24,7 @@ data:
|
|||||||
entryPoints:
|
entryPoints:
|
||||||
- web
|
- web
|
||||||
middlewares:
|
middlewares:
|
||||||
- phantomtest-api
|
- phantom-token
|
||||||
service: phantomtest-api
|
service: phantomtest-api
|
||||||
rule: "Host(`pt2.bitey.life`) && PathPrefix(`/`)"
|
rule: "Host(`pt2.bitey.life`) && PathPrefix(`/`)"
|
||||||
phantomtest-wellknown:
|
phantomtest-wellknown:
|
||||||
@ -38,7 +38,7 @@ data:
|
|||||||
service: phantomtest-auth
|
service: phantomtest-auth
|
||||||
rule: "Host(`pt2.bitey.life`) && PathPrefix(`/auth`)"
|
rule: "Host(`pt2.bitey.life`) && PathPrefix(`/auth`)"
|
||||||
middlewares:
|
middlewares:
|
||||||
phantomtest-api:
|
phantom-token:
|
||||||
forwardAuth:
|
forwardAuth:
|
||||||
address: "http://pt2.bitey.life/auth/jwt"
|
address: "http://pt2.bitey.life/auth/jwt"
|
||||||
authRequestHeaders:
|
authRequestHeaders:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user