Browse Source

Update 'hush-lite-server.md'

master
onryo 3 months ago
parent
commit
012d5a5b4c
  1. 3
      hush-lite-server.md

3
hush-lite-server.md

@ -83,8 +83,7 @@ Install your preferred distro. In this example I am using a VPS running Ubuntu 2
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot
location / {
# Replace your_host.net:9067 with the address and port of your gRPC server if using a custom port
grpc_pass grpc://your_host.net:9067;
grpc_pass grpc://localhost:9067;
}
# Originally posted by Duke in /hush/hush3/issues/102#issuecomment-1651

Loading…
Cancel
Save