mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-19 04:00:16 +09:00
fix vercel X-Forwarded-For headers
This commit is contained in:
parent
8874c687d8
commit
989661e4df
@ -11,7 +11,7 @@
|
||||
"value": "$remote_addr"
|
||||
},
|
||||
{
|
||||
"key": " X-Forwarded-For",
|
||||
"key": "X-Forwarded-For",
|
||||
"value": "$proxy_add_x_forwarded_for"
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user