Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Vercel的Serverless Functions Execution 用量超限 #633

Answered by zkeq
pseudoxx asked this question in Q&A
Discussion options

You must be logged in to vote

目前我使用的是 Replit + Vercel 反代

朋友写的 replit 部署教程仓库(本地的redis):https://github.com/valetzx/onedrivereplindex

反代 vercel.json 配置:

{
    "version": 2,
    "routes": [
        {
            "src": "/(.*)",
            "dest": "https://域名/$1",
            "headers": {
                "cache-control": "ms-maxage=1000"
            }
        }
    ]
  }

我认为这是个很理想的解决方案

https://tuostudy.com

Replies: 3 comments 15 replies

Comment options

You must be logged in to vote
15 replies
@pseudoxx
Comment options

@pseudoxx
Comment options

@zkeq
Comment options

@pseudoxx
Comment options

@weekdaycare
Comment options

Answer selected by pseudoxx
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants