mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-20 13:23:48 -07:00
grpc section
This commit is contained in:
parent
c3ba635920
commit
6e6f957008
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ server {
|
||||||
set $upstream_port 8080;
|
set $upstream_port 8080;
|
||||||
set $upstream_proto https;
|
set $upstream_proto https;
|
||||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||||
|
if ($http_content_type = "application/grpc") {
|
||||||
|
grpc_pass grpcs://pydio-cells:33060;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue