随笔分类 -  Nginx

摘要:(目录) 前言 记录下Nginx部署Vue项目刷新404的解决方案,遇到了两次,route用的是history路由模式,动态路由: { path: '/article/:blogId', name: 'blog', component: blog } 然后部署nginx, location / { 阅读全文
posted @ 2022-03-03 19:02 Maggieq8324 阅读(1243) 评论(0) 推荐(1)
摘要:环境 Centos7.6 nginx-1.17.0 下载 官网:http://nginx.org/download/nginx-1.17.0.tar.gz 环境确认 在安装nginx前首先要确认系统中是否安装gcc、pcre-devel、zlib-devel、openssl-devel 检查是否安装 阅读全文
posted @ 2020-10-14 21:09 Maggieq8324 阅读(1095) 评论(0) 推荐(0)
摘要:环境 Windows 10 SpringBoot 1.5.20 Vue 2.5.2 Nginx 1.12.2 OpenSSL-Win64 下载 Nginx官网下载:http://nginx.org/en/download.html 解压如下所示: 运行 cmd切换到nginx目录,执行命令: sta 阅读全文
posted @ 2020-07-27 22:36 Maggieq8324 阅读(2405) 评论(0) 推荐(0)