소스 검색

config: disable ip forward in vercel json config

Yifei Zhang 1 년 전
부모
커밋
7bdb68eecf
1개의 변경된 파일0개의 추가작업 그리고 19개의 파일을 삭제
  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"
-                }
-            ]
-        }
-    ]
 }