Skip to content

Commit

Permalink
Update 3_nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
lxhao61 authored Sep 26, 2022
1 parent 2b9aab2 commit 9f6cd51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v2ray(E+B+C+G+A)+trojan+nginx/3_nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ http {
ssl_prefer_server_ciphers on;

location /VALdGZ9k { #与vless+grpc应用中serviceName对应
if ($request_method != "POST") { #POST协商失败时返回404
if ($request_method != "POST") {
return 404;
}
} #POST协商失败时返回404
client_body_buffer_size 1m;
client_body_timeout 1h;
client_max_body_size 0;
Expand Down

0 comments on commit 9f6cd51

Please sign in to comment.