1Panel-dev / 1Panel-dev/1Panel
[Feature] Add gRPC reverse proxy support for OpenResty/NGINX
@wanghe-fit2cloud is already working on this.
Since Feb 6, 2026.
- Dominant language
- Go
- Stars
- 37k
- Forks
- 3.4k
- Avg merge
- 9h 16m
- Merged PRs (30d)
- 105
Description
1Panel Version
2.0.17
Please describe your needs or suggestions for improvements
The current reverse proxy feature only supports proxy_pass, which can be limiting in certain applications because NGINX and OpenResty only support the HTTP/1.1 protocol for proxy_pass. On the other hand, gRPC runs over HTTP/2, and NGINX actually provides a module to proxy gRPC traffic, which can be used by simply changing a few proxy_pass configurations to grpc_pass. More information regarding how to configure gRPC reverse proxy on NGINX or OpenResty can be found here: https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_pass.
I think this could be a valuable feature to add. I'm currently doing this by manually editing the reverse proxy configuration file, which works fine but isn't very convenient. Thanks again for creating this fantastic Linux panel :)
Please describe the solution you suggest
No response
Additional Information
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.