51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

云服务器

nginx 7个 应用场景

nginx 7个 应用场景

厉飞雨 阅读(334) 评论(0) 赞(22)

<h3>1- web 服务器</h3> <p><img src="http://static.51tbox.com/static/2024-08-29/col/4ea96bb80ed50266aa0dd3598463266f/0407b4c4d4844707aaef09e65344bd21.png.jpg" alt=...

nginx 代理到 阿里云oss

nginx 代理到 阿里云oss

厉飞雨 阅读(509) 评论(0) 赞(20)

<p><img src="http://static.51tbox.com/static/2024-08-29/col/e8594dba94360a499671221f7b2f4ac1/f4ec150b2ec7498c97f9566f186786eb.png.jpg" alt="" /></p> <...

带监控模块的nginx镜像

带监控模块的nginx镜像

厉飞雨 阅读(508) 评论(0) 赞(23)

Nginx -vts学名:Nginx virtual host traffic status module.也就是nginx虚拟主机流量状态监控模块.会记录从nginx重启以来,所有的nginx的请求情况. 监控Nginx主要用到以下三个模块 带监控模块的nginx镜像 docker run --name nginx -d -it -p 80:80 vivin...

nginx 日志

nginx 日志

厉飞雨 阅读(411) 评论(0) 赞(20)

<pre><code>access_log /var/log/nginx/aqfxgk.geobim.cn.log; error_log /var/log/nginx/aqfxgk.geobim.cn.error.log; </code></pre> <p>放到 server 里边</p>

nginx 安装(windows)

nginx 安装(windows)

厉飞雨 阅读(484) 评论(0) 赞(18)

<p>1-下载</p> <p><a href="https://nginx.org/en/download.html">https://nginx.org/en/download.html</a></p> <p><img src="http://static....

prometheus 监控nginx

prometheus 监控nginx

厉飞雨 阅读(495) 评论(0) 赞(19)

<p>k8s 监控nginx</p> <p>1-nginx 需要开启 监控日志,需要编译安装</p> <p>nginx 编译安装 (监控) 1.22.1 : <a href="https://51tbox.com/">连接</a></p> <p>2- ...