mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #90] Does support grpc ? #1398
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#1398
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @UMUTBAYGUT on GitHub (Mar 13, 2023).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/90
Hello ,
does support grpc proxy ?
Can you show example if support ?
@0xJacky commented on GitHub (Mar 13, 2023):
Do you mean the configuration template of grpc proxy?
@UMUTBAYGUT commented on GitHub (Mar 14, 2023):
Yes , can you show configuration template of grpc proxy ?
@0xJacky commented on GitHub (Mar 14, 2023):
Here is an example of an nginx configuration template for a gRPC proxy:
In this configuration, the upstream block defines the gRPC backend servers, and the server block defines the proxy server. The location block specifies that gRPC traffic should be passed to the backend servers via the grpc_pass directive, and sets various headers for the gRPC requests.
Note that this is just an example configuration, and you may need to modify it to suit your specific use case.