Update README.md

This commit is contained in:
xqzr 2021-12-27 01:32:54 +08:00 committed by GitHub
parent cf252a5996
commit 97af2eb5ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ server {
return 404;
}
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;
grpc_read_timeout 52w;
grpc_pass grpc://127.0.0.1:2002;