Cat-God-007

导航

2022年4月9日 #

Nginx的相关配置

摘要: 1.Nginx状态信息配置 注意事项: 1)编译时要安装–with-http_stub_status_module模块 ./configure --prefix=/usr/local/nginx --with-http_stub_status_module && make && make insta 阅读全文

posted @ 2022-04-09 08:51 成果和地方 阅读(14) 评论(0) 推荐(0)

Nginx编译,配置文件的相关解析

摘要: 1.Nginx编译配置命令详解 prefix=path — 定义服务器文件的完整路径,该路径同时也是configure命令设置的 相对路径(除类库源文件外)以及nginx.conf文件定义的相对路径的基准路径。其默认 值是/usr/local/nginx。 –sbin-path=path — 设置n 阅读全文

posted @ 2022-04-09 08:51 成果和地方 阅读(155) 评论(0) 推荐(0)