|
@@ -1,8 +1,10 @@
|
|
|
-{{ nip_domain }}/ws-rpc {
|
|
|
+{{ nip_domain }}/ws-rpc* {
|
|
|
+ uri strip_prefix /ws-rpc
|
|
|
reverse_proxy localhost:9944
|
|
|
}
|
|
|
|
|
|
-{{ nip_domain }}/http-rpc {
|
|
|
+{{ nip_domain }}/http-rpc* {
|
|
|
+ uri strip_prefix /http-rpc
|
|
|
reverse_proxy localhost:9933
|
|
|
}
|
|
|
|
|
@@ -11,11 +13,13 @@
|
|
|
reverse_proxy localhost:3000
|
|
|
}
|
|
|
|
|
|
-{{ nip_domain }}/colossus {
|
|
|
+{{ nip_domain }}/colossus* {
|
|
|
+ uri strip_prefix /colossus
|
|
|
reverse_proxy localhost:3333
|
|
|
}
|
|
|
|
|
|
-{{ nip_domain }}/distributor {
|
|
|
+{{ nip_domain }}/distributor* {
|
|
|
+ uri strip_prefix /distributor
|
|
|
reverse_proxy localhost:3334
|
|
|
}
|
|
|
|