美文网首页
nginx笔记

nginx笔记

作者: 我是电饭煲 | 来源:发表于2020-04-10 11:51 被阅读0次

    出现错误分析步骤

    • 查看日志

    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/

    相关文章

      网友评论

          本文标题:nginx笔记

          本文链接:https://www.haomeiwen.com/subject/zzlfgqtx.html