adding in proper prt

This commit is contained in:
talksik
2023-08-15 10:40:16 -07:00
parent 7067d91245
commit 89865711e6
+1 -1
View File
@@ -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;
}
}
}