出现错误分析步骤
- 查看日志
nginx命令
- 热加载nginx
nginx -s reload
- 关闭nginx服务
nginx -s stop
- 启动服务
- nginx -c /usr/local/nginx/conf/nginx.conf
使用单独配置文件
- 在nginx.conf上
include 你要创建的单独配置文件目录路径
- 在该目录上创建配置文件
window 安装博客教程
https://www.cnblogs.com/taiyonghai/p/9402734.html
隐藏端口
https://blog.csdn.net/tjcyjd/article/details/50866989
nginx + springboot使用教程
https://linode.com/docs/development/java/how-to-deploy-spring-boot-applications-nginx-ubuntu-16-04/
网友评论