Skip to content

Commit

Permalink
Update README.ENG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xqzr authored Jan 29, 2024
1 parent a47a984 commit 1732809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Trojan-gRPC-Caddy2/Nginx/README.ENG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ssl_protocols TLSv1.2 TLSv1.3;
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;
# Fill in /your ServiceName after location
location /your ServiceName {
if ($content_type !~ "application/grpc") {
Expand Down

0 comments on commit 1732809

Please sign in to comment.