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
|
host: alpha.central-storage.freeleaps.mathmast.com
|
||||||
class: nginx
|
class: nginx
|
||||||
rules:
|
rules:
|
||||||
- path: /*
|
- path: /
|
||||||
pathType: ImplementationSpecific
|
pathType: Prefix
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
name: central-storage-service
|
name: central-storage-service
|
||||||
|
|||||||
@ -32,8 +32,8 @@ content:
|
|||||||
host: alpha.content.freeleaps.mathmast.com
|
host: alpha.content.freeleaps.mathmast.com
|
||||||
class: nginx
|
class: nginx
|
||||||
rules:
|
rules:
|
||||||
- path: /*
|
- path: /
|
||||||
pathType: ImplementationSpecific
|
pathType: Prefix
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
name: content-service
|
name: content-service
|
||||||
|
|||||||
@ -32,8 +32,8 @@ notification:
|
|||||||
host: alpha.notification.freeleaps.mathmast.com
|
host: alpha.notification.freeleaps.mathmast.com
|
||||||
class: nginx
|
class: nginx
|
||||||
rules:
|
rules:
|
||||||
- path: /*
|
- path: /
|
||||||
pathType: ImplementationSpecific
|
pathType: Prefix
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
name: notification-service
|
name: notification-service
|
||||||
|
|||||||
@ -32,8 +32,8 @@ payment:
|
|||||||
host: alpha.payment.freeleaps.mathmast.com
|
host: alpha.payment.freeleaps.mathmast.com
|
||||||
class: nginx
|
class: nginx
|
||||||
rules:
|
rules:
|
||||||
- path: /*
|
- path: /
|
||||||
pathType: ImplementationSpecific
|
pathType: Prefix
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
name: payment-service
|
name: payment-service
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user