已安装的nginx,动态模块开启google brotli 压缩,并在vite项目中启用
1.下载ngx_brotli 到github https://github.com/google/ngx_brotli 然后git clone cd /usr/local/ git clone https://github.com/google/ngx_brotli.git cd /usr/loca
nginx1.25.0以上快速开启http3
nginx 快速开启http3 参考以下配置: server { listen 443 ssl; listen 443 quic reuseport; #开启http3特性 注意 reuseport 只能填写一次,比如你在另外个域名也是这样填写,会报duplicate的信息,ngin
prisma使用两个数据库
prisma使用两个数据库 本文大概介绍怎么操作使用两个数据库及多个数据,需要了解prisma的一些基本操作
docker-compose安装chatwoot客户互动系统
安装chatwoot 客户互动系统 1.docker-compose安装,不会的搜索本站docker-compose安装教程 在服务器目录/root/ 创建chatwoot cd /root mkdir chatwoot cd chatwoot ① 获取docker-comp
linux ubuntu安装最新的nodejs版本
服务器ubuntu22.04上安装nodejs稳定版本 1.执行安装脚本 curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - sudo apt-get install -y nodejs 其中setup_lts.x
ubuntu22.04服务器内存不足,如何临时解决,启用交换内存
小鸡内存不够,交换内存来凑,在
Window11上用vscode一键打包上传部署react/vue项目,一键脚本
没有CI/CD咋办?windows11 react/vue项目打包后一键上传部署到服务器 1.生成ssh公钥,添加到服务器上 Windows11 上powershell上运行<
浏览器出现的一些跨域的问题,如何正确设置cors
浏览器出现的一些跨域的问题 1.预检请求问题,就是会以options的方法发送请求 比如你有如下nginx配置 location / { add_header Access-Control-Allow-Origin *; add_header Access-Control
next.js中使用zustand引入第三方库报错self is not defined
nextjs 14.0.4使用zustand引用一些第三方的库时出现的self is not defined 问题 比如useExamplePKGStore import examplePKG from "example"; const useExamplePKGStore = create((se
解决国内安装docker-compose很慢很卡安装不了的问题
国内服务器安装不了docker-compose或者下载很慢的问题 1.有富强工具的话,直接打开下载链接