fix vercel X-Forwarded-For headers

This commit is contained in:
popcell 2023-05-24 20:12:41 +08:00
parent 8874c687d8
commit 989661e4df

View File

@ -11,7 +11,7 @@
"value": "$remote_addr"
},
{
"key": " X-Forwarded-For",
"key": "X-Forwarded-For",
"value": "$proxy_add_x_forwarded_for"
},
{