fix(nginx): update pathType to Prefix for multiple service rules
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
11cc1a4f89
commit
fbbf972f74
@ -32,8 +32,8 @@ centralStorage:
|
||||
host: alpha.central-storage.freeleaps.mathmast.com
|
||||
class: nginx
|
||||
rules:
|
||||
- path: /*
|
||||
pathType: ImplementationSpecific
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: central-storage-service
|
||||
|
||||
@ -32,8 +32,8 @@ content:
|
||||
host: alpha.content.freeleaps.mathmast.com
|
||||
class: nginx
|
||||
rules:
|
||||
- path: /*
|
||||
pathType: ImplementationSpecific
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: content-service
|
||||
|
||||
@ -32,8 +32,8 @@ notification:
|
||||
host: alpha.notification.freeleaps.mathmast.com
|
||||
class: nginx
|
||||
rules:
|
||||
- path: /*
|
||||
pathType: ImplementationSpecific
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: notification-service
|
||||
|
||||
@ -32,8 +32,8 @@ payment:
|
||||
host: alpha.payment.freeleaps.mathmast.com
|
||||
class: nginx
|
||||
rules:
|
||||
- path: /*
|
||||
pathType: ImplementationSpecific
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: payment-service
|
||||
|
||||
Loading…
Reference in New Issue
Block a user