您的位置:首页 > 运维架构 > Nginx

nginx学习随笔--pid

2017-09-11 13:36 453 查看

nginx学习随笔–pid

英文原文:

Syntax:     pid file;
Default:    pid nginx.pid;
Context:    main


Defines a file that will store the process ID of the main process.

中文翻译:

定义存储nginx主进程ID的文件。


例如:

pid        logs/nginx.pid;
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  nginx