Parcourir la source

config: disable ip forward in vercel json config

Yifei Zhang il y a 1 an
Parent
commit
7bdb68eecf
1 fichiers modifiés avec 0 ajouts et 19 suppressions
  1. 0 19
      vercel.json

+ 0 - 19
vercel.json

@@ -2,23 +2,4 @@
     "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"
-                }
-            ]
-        }
-    ]
 }