随笔分类 -  nginx

摘要:vite 打包开启 gzip 安装插件 npm i vite-plugin-compression --save-dev vite.config.js 配置 import { defineConfig } from "vite"; import vue from "@vitejs/plugin-vu 阅读全文
posted @ 2022-05-18 23:34 飞叶飞花 阅读(3496) 评论(0) 推荐(0) 编辑
摘要:⼀个server块中配置多个站点 server { listen 80; server_name ~^(www.)?(.+)$; index index.php index.html; root /html/$2; } 站点的主⽬录结构: /html/domain.com/html/nginx.or 阅读全文
posted @ 2022-05-01 23:43 飞叶飞花 阅读(1307) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示