24-09-23 09:48
曹大卫
[nginx]
```shell###主配置文件userwwwwww;worker_processesauto;worker_cpu_aff...
阅读全文
24-09-23 09:54
曹大卫
[nginx]
```shellmap$time_iso8601$logdate{'~^(?\d{4}-\d{2}-\d{2})'$ymd;...
阅读全文
24-09-23 09:54
曹大卫
[nginx]
```shelllocation/{allow184.23.21.1;denyall;proxy_passhttp://19...
阅读全文
24-09-23 09:55
曹大卫
[nginx]
```shellserver{listen16000-16010udpreuseport;proxy_connect_tim...
阅读全文
24-09-23 09:56
曹大卫
[nginx]
```shellhttp{server{listen8080;#正向代理的配置location/{proxy_pass$sc...
阅读全文
24-11-1 09:29
曹大卫
[nginx]
```shellserver{listen80;listen443sslhttp2;server_namexx.xx.com...
阅读全文
24-11-1 09:31
曹大卫
[nginx]
```shell##1、安装依赖库yum-yinstallperl-ExtUtils-MakeMakerccache##下载...
阅读全文
24-11-1 09:32
曹大卫
[nginx]
```shellNginx作为一个高性能、可扩展的Web服务器和反向代理服务器,具备丰富的模块化功能。以下是一些常用的Ngi...
阅读全文
24-11-1 09:34
曹大卫
[nginx]
```shell针对upstream中每一个server执行健康检查操作,每个三秒钟对后端发起一次检测,检测后端的80端口,...
阅读全文
24-11-1 09:56
曹大卫
[nginx]
```shell##1、编译时使用stream模块./configure--with-stream示例./configure...
阅读全文