ChatGPT-Next-Web/vercel.json

25 lines
538 B
JSON
Raw Normal View History

2023-04-08 14:27:51 +00:00
{
"github": {
"silent": true
2023-11-17 07:22:11 +00:00
},
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "X-Real-IP",
"value": "$remote_addr"
},
{
"key": "X-Forwarded-For",
"value": "$proxy_add_x_forwarded_for"
},
{
"key": "Host",
"value": "$http_host"
}
]
}
]
2023-04-08 14:27:51 +00:00
}