We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf220dd commit 16b2a3eCopy full SHA for 16b2a3e
vercel.json
@@ -1,24 +1,5 @@
1
{
2
"github": {
3
"silent": true
4
- },
5
- "headers": [
6
- {
7
- "source": "/(.*)",
8
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
+ }
24
}
0 commit comments