使用Vercel做反向代理
AI摘要:本文介绍了使用Vercel做反向代理的具体步骤。首先需要安装nodejs和vercel-cli,然后登录vercel账号。接着新建一个web.json文件,并编辑其中的路由规则。最后使用vercel命令部署并启动反向代理服务。
准备工作
自行安装
nodejs
具体步骤
安装vercel-cli
npm i -g vercel
登录
vercel login
新建
新建一个web.json文件并编辑以下内容
{
"version": 2,
"routes": [
{"src": "/(.*)","dest": "https://class.imsun.org"}
]
}
部署
vercel -A web.json --prod
关闭
复制链接
https://imsun.org/archives/1521.html
Warning: Undefined array key "HTTP_ACCEPT_LANGUAGE" in /www/sites/imsun.org/index/usr/themes/farallon/comments.php on line 4
Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/sites/imsun.org/index/usr/themes/farallon/comments.php on line 4