From 89865711e61c116f4078356f4d0fe9d0945016f8 Mon Sep 17 00:00:00 2001 From: talksik Date: Tue, 15 Aug 2023 10:40:16 -0700 Subject: [PATCH] adding in proper prt --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 48d74d1..01ef84d 100644 --- a/nginx.conf +++ b/nginx.conf @@ -89,7 +89,7 @@ http { ssl_certificate_key /etc/letsencrypt/live/flowy.live/privkey.pem; # managed by Certbot location / { - grpc_pass grpc://localhost:50051; + grpc_pass grpc://localhost:30485; } } }