We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c002640 commit 5c6fce3Copy full SHA for 5c6fce3
doc/example-nginx.conf
@@ -39,17 +39,7 @@ http {
39
proxy_pass https://172.17.0.1:8443/;
40
}
41
42
- location ~* ^/lnrpc.Lightning/ {
43
- # This cannot have a slash at the end!
44
- proxy_pass https://$lnd_backend;
45
- }
46
-
47
- location ~* ^/looprpc.SwapClient/ {
48
49
50
51
52
- location ~* ^/poolrpc.Trader/ {
+ location ~* ^/(ln|loop|pool|lit)rpc\. {
53
# This cannot have a slash at the end!
54
proxy_pass https://$lnd_backend;
55
0 commit comments