部署 React 应用 2019-01-06 | 1050 浏览 | 0 评论 部署 React 应用 前言前后端分离已经是大趋势,服务器端只需要关注自己的接口逻辑实现,而不需要关注前端的页面跳转,这一部分交由前端处理。常见的就是 React 应用或 vue 应用。当然了,可以由服务器端下发链接给前端,前端再跳转,但是这种应该是比较少的。部署前后端分离的架构下部署与直接使用 springboot 基于模板引擎开发的前端会有所不同。使用 springboot 基于模板引擎开发的前端静态文件默认直接放置在项目的 stati
解决 nginx 安装错误问题 2018-03-14 | 375 浏览 | 0 评论 错误提示:./configure:error:theHTTPcachemodulerequiresmd5functionsfromOpenSSLlibrary.Youcaneitherdisablethemodulebyusing--without-http-cacheoption,orinstalltheOpenSSLlibraryintothesystem,orbuildtheOpenSSLli
解决 unknown directive "check" in /usr/local/nginx/conf/nginx.conf 问题 2018-03-14 | 2933 浏览 | 0 评论 将配置文件 nginx.conf 中的 check 去掉 nginx 配置将正确读取并执行
解决 nginx: [error] open() "/usr/local/nginx/logs/nginx.pid" failed 错误 2018-03-14 | 487 浏览 | 0 评论 解决方法:[root@localhostnginx]#/usr/local/nginx/sbin/nginx-c/usr/local/nginx/conf/nginx.conf 使用 nginx-c 的参数指定 nginx.conf 文件的位置
解决安装 nginx 的 nginx: [emerg] mkdir()"/var/temp/nginx/client"failed (2: No such file or directory) 问题 2018-03-14 | 2023 浏览 | 0 评论 出现这个错误只需 root 下手动创建目录即可。