Nginx Proxy Manager进阶:反代grpc 1234567891011location /path { if ($content_type !~ "application/grpc") { return 404; } client_body_buffer_size 1m; client_body_timeout 1h; client_max_body_size 0; grpc_read_timeout 1h; grpc_send_timeout 1h; grpc_pass grpc://nui:43216;} uncategorized Nginx Proxy Manager进阶:反代grpc https://occdn.limour.top/2549.html Author Limour Posted on January 31, 2023 Licensed under 甲骨文云,给服务器增加负载 Previous Warp 转 SOCKS5 Next Please enable JavaScript to view the comments