CodeAnalysis icon indicating copy to clipboard operation
CodeAnalysis copied to clipboard

文档需要修改nginx的2出地方

Open fuce1314 opened this issue 3 years ago • 0 comments

链接:https://tencent.github.io/CodeAnalysis/zh/quickStarted/references/install_nginx_from_source.html#%E9%85%8D%E7%BD%AE%E5%BC%80%E6%9C%BA%E8%87%AA%E5%8A%A8%E5%90%AF%E5%8A%A8

错误地方1:

image

需要添加 pid

image

错误地方2:

原文章为:

image

需要添加ExecStop

正确的为

image

此次为2出文档需要修改的地方,第一个是pid 这样systemctl start nginx与systemctl stop nginx,才能正常启动。

fuce1314 avatar May 21 '22 16:05 fuce1314