开发者社区 问答 正文

nginx如何重新加载配置(reload)?

nginx如何重新加载配置(reload)?

展开
收起
芯在这 2021-12-13 23:17:59 846 分享 版权
1 条回答
写回答
取消 提交回答
  • 重新加载配置并启动

    /app/soft/nginx/pro/nginx/sbin/nginx -c /app/soft/nginx/pro/nginx/conf/nginx.conf -s reload

    nginx的安装路径 -c 启动的配置文件 -s reload

    启动ng

    nginx的安装路径 -c 启动的配置文件

    2021-12-13 23:18:18
    赞同 展开评论