title: 建站记录(四)Oracle 宝塔 搭建WordPress tags: [] id: '1473' categories:
域名为博客域名,如 occdn.limour.top
以同样的方法反代宝塔面板本身
location /yourservicepathname {
if ($content_type !~ "application/grpc") {
return 404;
}
client_max_body_size 0;
client_body_timeout 1071906480m;
grpc_read_timeout 1071906480m;
grpc_pass grpc://127.0.0.1:2003;
}