Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xqzr authored Jan 29, 2024
1 parent 1732809 commit e054889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Trojan-gRPC-Caddy2/Nginx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ server {
ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384;
client_header_timeout 1w;
keepalive_timeout 5d;
keepalive_timeout 30m;
# 在 location 后填写 /你的 ServiceName
location /你的 ServiceName {
if ($content_type !~ "application/grpc") {
Expand Down

0 comments on commit e054889

Please sign in to comment.