|
@@ -0,0 +1,44 @@
|
|
|
+{{ nip_domain }}/ws-rpc* {
|
|
|
+ uri strip_prefix /ws-rpc
|
|
|
+ reverse_proxy localhost:9944
|
|
|
+}
|
|
|
+
|
|
|
+{{ nip_domain }}/http-rpc* {
|
|
|
+ uri strip_prefix /http-rpc
|
|
|
+ reverse_proxy localhost:9933
|
|
|
+}
|
|
|
+
|
|
|
+{{ nip_domain }}/pioneer* {
|
|
|
+ uri strip_prefix /pioneer
|
|
|
+ reverse_proxy localhost:3000
|
|
|
+}
|
|
|
+
|
|
|
+{{ nip_domain }}/colossus-1* {
|
|
|
+ uri strip_prefix /colossus-1
|
|
|
+ reverse_proxy localhost:3333
|
|
|
+}
|
|
|
+
|
|
|
+{{ nip_domain }}/distributor-1* {
|
|
|
+ uri strip_prefix /distributor-1
|
|
|
+ reverse_proxy localhost:3334
|
|
|
+}
|
|
|
+
|
|
|
+{{ nip_domain }}/query-node/server* {
|
|
|
+ uri strip_prefix /query-node/server
|
|
|
+ reverse_proxy localhost:8081
|
|
|
+}
|
|
|
+
|
|
|
+{{ nip_domain }}/query-node/indexer* {
|
|
|
+ uri strip_prefix /query-node/indexer
|
|
|
+ reverse_proxy localhost:4000
|
|
|
+}
|
|
|
+
|
|
|
+{{ nip_domain }}/orion* {
|
|
|
+ uri strip_prefix /orion
|
|
|
+ reverse_proxy localhost:6116
|
|
|
+}
|
|
|
+
|
|
|
+{{ nip_domain }}/member-faucet* {
|
|
|
+ uri strip_prefix /member-faucet
|
|
|
+ reverse_proxy localhost:3002
|
|
|
+}
|