Skip to content

Commit

Permalink
Update vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Yidadaa authored Nov 17, 2023
1 parent 914f4fb commit cf220dd
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
{
"github": {
"silent": true
}
},
"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"
}
]
}
]
}

0 comments on commit cf220dd

Please sign in to comment.