diff --git a/doc/example-nginx.conf b/doc/example-nginx.conf index 4dba6fa6..1b218ad7 100644 --- a/doc/example-nginx.conf +++ b/doc/example-nginx.conf @@ -39,17 +39,7 @@ http { proxy_pass https://172.17.0.1:8443/; } - location ~* ^/lnrpc.Lightning/ { - # This cannot have a slash at the end! - proxy_pass https://$lnd_backend; - } - - location ~* ^/looprpc.SwapClient/ { - # This cannot have a slash at the end! - proxy_pass https://$lnd_backend; - } - - location ~* ^/poolrpc.Trader/ { + location ~* ^/(ln|loop|pool|lit)rpc\. { # This cannot have a slash at the end! proxy_pass https://$lnd_backend; }