浏览代码

[CI SKIP]

robert 2 年之前
父节点
当前提交
4d34c74a78
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      nginx.ini

+ 1 - 1
nginx.ini

@@ -2,7 +2,7 @@
 nodaemon=true
 
 [program:nginx]
-command=nginx -c /etc/nginx/nginx.conf  -g 'daemon off;'
+command=/app/soft/nginx/sbin/nginx  -g 'daemon off;'
 process_name=%(program_name)s_%(process_num)02d
 numprocs=1
 autostart=true