https和http混用解决办法

作者 : 码海拾光 本文共386个字,预计阅读时间需要1分钟 发布时间: 2025-03-3 共55人阅读




https和http混用解决办法

https和http混用解决办法

  1. 通过certbot自动化脚本,自动生成证书,自动续期

  2. 使用Vercel,代理http请求

    {
    
      "rewrites": [
        {
          "source": "/backend/(.*)",
          "destination": "http://xxxxxx:9088/backend/$1"
        }
      ]
    }
    

系统推荐



  • 随机毒鸡汤:不要等明天交不上差,再找借口,今天就要找好。

    A narrow, atmospheric alley in Tokyo illuminated by traditional paper lanterns, capturing the essence of Japanese nightlife.


文章来源于justsoso.fun: https和http混用解决办法





发表回复