Browse Source

Update vercel.json

Yifei Zhang 1 year ago
parent
commit
16b2a3e66e
1 changed files with 1 additions and 20 deletions
  1. 1 20
      vercel.json

+ 1 - 20
vercel.json

@@ -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"
-                }
-            ]
-        }
-    ]
+    }
 }