[GH-ISSUE #3031] gRPC support #2070

Open
opened 2026-02-26 07:33:55 +03:00 by kerem · 8 comments
Owner

Originally created by @tonycody on GitHub (Jun 30, 2023).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3031

How to configure gRPC?

Originally created by @tonycody on GitHub (Jun 30, 2023). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3031 How to configure gRPC?
Author
Owner

@github-actions[bot] commented on GitHub (Jan 15, 2024):

Issue is now considered stale. If you want to keep it open, please comment 👍

<!-- gh-comment-id:1892810598 --> @github-actions[bot] commented on GitHub (Jan 15, 2024): Issue is now considered stale. If you want to keep it open, please comment :+1:
Author
Owner

@Calcifer97 commented on GitHub (Jan 16, 2024):

How to configure gRPC?

<!-- gh-comment-id:1892984662 --> @Calcifer97 commented on GitHub (Jan 16, 2024): How to configure gRPC?
Author
Owner

@teoder commented on GitHub (Jan 16, 2024):

+1 ☝🏼

<!-- gh-comment-id:1893131618 --> @teoder commented on GitHub (Jan 16, 2024): +1 ☝🏼
Author
Owner

@princeje commented on GitHub (Feb 6, 2024):

Also wanting to know how to configure grpc

<!-- gh-comment-id:1928620782 --> @princeje commented on GitHub (Feb 6, 2024): Also wanting to know how to configure grpc
Author
Owner

@github-actions[bot] commented on GitHub (Nov 6, 2024):

Issue is now considered stale. If you want to keep it open, please comment 👍

<!-- gh-comment-id:2458571534 --> @github-actions[bot] commented on GitHub (Nov 6, 2024): Issue is now considered stale. If you want to keep it open, please comment :+1:
Author
Owner

@greygoody commented on GitHub (Jan 9, 2025):

you mean this doesn't support grpc ?

<!-- gh-comment-id:2580642304 --> @greygoody commented on GitHub (Jan 9, 2025): you mean this doesn't support grpc ?
Author
Owner

@krombel commented on GitHub (Feb 12, 2025):

in the advanced tab you might add this:

location / {
        grpc_pass grpcs://$server:$port; # or use grpc instead of grpcs for unencrypted endpoint
}
<!-- gh-comment-id:2653812981 --> @krombel commented on GitHub (Feb 12, 2025): in the advanced tab you might add this: ``` location / { grpc_pass grpcs://$server:$port; # or use grpc instead of grpcs for unencrypted endpoint } ```
Author
Owner

@github-actions[bot] commented on GitHub (Sep 12, 2025):

Issue is now considered stale. If you want to keep it open, please comment 👍

<!-- gh-comment-id:3283380737 --> @github-actions[bot] commented on GitHub (Sep 12, 2025): Issue is now considered stale. If you want to keep it open, please comment :+1:
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#2070
No description provided.