Update
This commit is contained in:
parent
1051980fa1
commit
8c1010e6e4
@ -139,7 +139,7 @@ http:
|
|||||||
|
|
||||||
# Next.js router (handles everything except API and WebSocket paths)
|
# Next.js router (handles everything except API and WebSocket paths)
|
||||||
next-router:
|
next-router:
|
||||||
rule: "Host(\`$pango_url\`) && !PathPrefix($(/api/v1))"
|
rule: "Host(\`$pango_url\`) && !PathPrefix(\`/api/v1\`)"
|
||||||
service: next-service
|
service: next-service
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- websecure
|
- websecure
|
||||||
@ -148,7 +148,7 @@ http:
|
|||||||
|
|
||||||
# API router (handles /api/v1 paths)
|
# API router (handles /api/v1 paths)
|
||||||
api-router:
|
api-router:
|
||||||
rule: "Host(\`$pango_url\`) && PathPrefix($(/api/v1))"
|
rule: "Host(\`$pango_url\`) && PathPrefix(\`/api/v1\`)"
|
||||||
service: api-service
|
service: api-service
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- websecure
|
- websecure
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user