Nginx

最后更新于:2022-04-02 02:54:15

[TOC] > [配置手册](http://nginx.org/en/docs/http/ngx_http_core_module.html#listen) ## 常用命令 ``` nginx 启动 nginx -s reload 热启动 nginx -s stop 停止 ``` ### init.d 文件 * [Red Hat NGINX Init Script](https://www.nginx.com/resources/wiki/start/topics/examples/redhatnginxinit/) * [PHP/FastCGI Init Script for Red Hat systems](https://www.nginx.com/resources/wiki/start/topics/examples/redhatphpfcgiinit/)
';