NextChat-U/vercel.json

25 lines
538 B
JSON
Raw Normal View History

2023-04-08 23:27:51 +09:00
{
"github": {
"silent": true
2023-11-17 16:22:11 +09: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 23:27:51 +09:00
}