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 18, 2023
1 parent cf220dd commit 16b2a3e
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,5 @@
{
"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 16b2a3e

Please sign in to comment.