51工具盒子

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

最新发布

nginx 代理到 阿里云oss
nginx

nginx 代理到 阿里云oss

厉飞雨 阅读(79) 评论(0) 赞(8)

![](http://static.51tbox.com/static/2024-08-29/col/e8594dba94360a499671221f7b2f4ac1/f4ec150b2ec7498c97f9566f186786eb.png.jpg) <Error> <Code>NoSuchKey</Code> ...

带监控模块的nginx镜像
软件使用

带监控模块的nginx镜像

厉飞雨 阅读(77) 评论(0) 赞(6)

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

nginx 安装(windows)
开源软件

nginx 安装(windows)

厉飞雨 阅读(94) 评论(0) 赞(6)

1-下载 <https://nginx.org/en/download.html> ![](http://static.51tbox.com/static/2024-08-29/col/934d72dabf6f71ef02c160c4d5ee8891/b5ad2dcda2e0432ab0a626a6de3e7b9d.png.jpg) https://nginx...

prometheus 监控nginx
日常运维

prometheus 监控nginx

厉飞雨 阅读(81) 评论(0) 赞(7)

k8s 监控nginx 1-nginx 需要开启 监控日志,需要编译安装 nginx 编译安装 (监控) 1.22.1 : [连接](https://51tbox.com/) 2- nginx-exporter sophos/nginx-vts-exporter [sophos/nginx-vts-exporter - Docker Image](https...

kubesphere 部署 nginx-exporter
网络安全

kubesphere 部署 nginx-exporter

厉飞雨 阅读(84) 评论(0) 赞(7)

kubesphere 部署 nginx-exporter 1- 镜像 sophos/nginx-vts-exporter:v0.10.7 2- 端口 在这里没有默认的 我自己写的9913 3- 启动命令 nginx-vts-exporter 参数: -nginx.scrape_uri=http://10.0.0.207/status/f...

nginx-跨域
开发笔记

nginx-跨域

厉飞雨 阅读(110) 评论(0) 赞(8)

![](http://static.51tbox.com/static/2024-08-29/col/e273b1eee6b2016b92056b65016f41f9/6d510a62399146f2b74456945a042ba5.png.jpg) 这就是跨域的本质 你不能在www.jd.com的网页中发出www.baidu.com/???的请求,这就是跨域 浏览器是强...