Skip to content

Commit

Permalink
Update x-ui-pro.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
GFW4Fun authored Sep 3, 2024
1 parent 97a6125 commit baa3a9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-ui-pro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ server {
proxy_set_header Host \$host;
proxy_set_header X-Real-IP \$remote_addr;
proxy_set_header X-Forwarded-For \$proxy_add_x_forwarded_for;
proxy_set_header CF-IPCountry \$http_cf_ipcountry;
#proxy_set_header CF-IPCountry \$http_cf_ipcountry;
#proxy_set_header CF-IP \$realip_remote_addr;
if (\$content_type ~* "GRPC") {
grpc_pass grpc://127.0.0.1:\$fwdport\$is_args\$args;
break;
Expand Down

0 comments on commit baa3a9e

Please sign in to comment.