Skip to content

How to add a scheme? Trying to add grpc_pass for syncing #2391

Answered by Joshndroid
Joshndroid asked this question in Q&A
Discussion options

You must be logged in to vote

After 4 days i've got it working

In the advanced section in NPM add this

location / {
        # Uncomment this to enable gRPC and thus be able to use cells-sync
        if ($http_content_type = "application/grpc") {
            grpc_pass grpcs://hosted-ip-add:hosted-webgui-port;
        }
        proxy_pass https://hosted-ip-add:hosted-webgui-port;
    }

The IP and the port needed to be the same, not different as indicated in the previous post

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Joshndroid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant