quivr部署

安装supabase

https://zcywxy.blog.csdn.net/article/details/137496929

安装nginx并配置反向代理

        location /authend {
   
                rewrite ^/authend(/.*)$ $1 break; # 去掉 URL 中的 /backend
                proxy_pass http://localhost:54321;  # 将请求转发到本地的 5050 端口
                proxy_http_version 1.1;
                proxy_set_header Upgrade $http_upgrade;
        

相关推荐

  1. quivr部署

    2024-04-21 06:48:04       39 阅读
  2. FastDFS部署

    2024-04-21 06:48:04       67 阅读
  3. 部署zabbix

    2024-04-21 06:48:04       48 阅读
  4. Postgresql部署

    2024-04-21 06:48:04       51 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-04-21 06:48:04       98 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-04-21 06:48:04       106 阅读
  3. 在Django里面运行非项目文件

    2024-04-21 06:48:04       87 阅读
  4. Python语言-面向对象

    2024-04-21 06:48:04       96 阅读

热门阅读

  1. web自动化测试

    2024-04-21 06:48:04       38 阅读
  2. 【grpc】grpc进阶三,服务发现

    2024-04-21 06:48:04       33 阅读
  3. 【PHP快速上手(十三)】

    2024-04-21 06:48:04       37 阅读
  4. 计算机视觉入门

    2024-04-21 06:48:04       38 阅读
  5. Spring Boot集成atomikos快速入门Demo

    2024-04-21 06:48:04       29 阅读
  6. 数据分析(3)

    2024-04-21 06:48:04       29 阅读
  7. SonarQube 安装、部署及配置使用

    2024-04-21 06:48:04       33 阅读
  8. Dispatch架构

    2024-04-21 06:48:04       36 阅读
  9. MySQL 全表扫描成本计算

    2024-04-21 06:48:04       32 阅读
  10. Lustre架构介绍的阅读笔记-客户端

    2024-04-21 06:48:04       39 阅读