Skip to content

Commit 16b2a3e

Browse files
authored
Update vercel.json
1 parent cf220dd commit 16b2a3e

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

vercel.json

+1-20
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
11
{
22
"github": {
33
"silent": true
4-
},
5-
"headers": [
6-
{
7-
"source": "/(.*)",
8-
"headers": [
9-
{
10-
"key": "X-Real-IP",
11-
"value": "$remote_addr"
12-
},
13-
{
14-
"key": "X-Forwarded-For",
15-
"value": "$proxy_add_x_forwarded_for"
16-
},
17-
{
18-
"key": "Host",
19-
"value": "$http_host"
20-
}
21-
]
22-
}
23-
]
4+
}
245
}

0 commit comments

Comments
 (0)