mirror of
https://github.com/XTLS/Xray-examples.git
synced 2024-11-12 20:03:27 +00:00
Update README.md
This commit is contained in:
parent
cf252a5996
commit
97af2eb5ef
|
@ -24,7 +24,7 @@ server {
|
||||||
return 404;
|
return 404;
|
||||||
}
|
}
|
||||||
client_max_body_size 0;
|
client_max_body_size 0;
|
||||||
grpc_set_header X-Real-IP $proxy_add_x_forwarded_for;
|
grpc_set_header X-Real-IP $remote_addr;
|
||||||
client_body_timeout 52w;
|
client_body_timeout 52w;
|
||||||
grpc_read_timeout 52w;
|
grpc_read_timeout 52w;
|
||||||
grpc_pass grpc://127.0.0.1:2002;
|
grpc_pass grpc://127.0.0.1:2002;
|
||||||
|
|
Loading…
Reference in a new issue