nginx强制http转https时,POST请求http失败
测试通过: location / { proxy_pass http://7.3.1.46:22; proxy_set_header Host $host; proxy_set_header X-Real-Ip $remote_addr; proxy_set_h...
测试通过: location / { proxy_pass http://7.3.1.46:22; proxy_set_header Host $host; proxy_set_header X-Real-Ip $remote_addr; proxy_set_h...
### 1- web 服务器 ![](http://static.51tbox.com/static/2024-08-29/col/4ea96bb80ed50266aa0dd3598463266f/0407b4c4d4844707aaef09e65344bd21.png.jpg) ### 2- 反向代理 ![](http://static.51tbox.com/stati...
![](http://static.51tbox.com/static/2024-08-29/col/e8594dba94360a499671221f7b2f4ac1/f4ec150b2ec7498c97f9566f186786eb.png.jpg) <Error> <Code>NoSuchKey</Code> ...
Nginx -vts学名:Nginx virtual host traffic status module.也就是nginx虚拟主机流量状态监控模块.会记录从nginx重启以来,所有的nginx的请求情况. 监控Nginx主要用到以下三个模块 带监控模块的nginx镜像 docker run --name nginx -d -it -p 80:80 vivin...
借助工具 比较舒服 WinSW 开机自启 1- 下载 快速连接: <https://gitee.com/wang-huamao/soft/raw/master/win/WinSW-x64.7z> <https://github.com/winsw/winsw/releases> ![](http://static.51tbox.com/stati...
access_log /var/log/nginx/aqfxgk.geobim.cn.log; error_log /var/log/nginx/aqfxgk.geobim.cn.error.log; 放到 server 里边
需要配置一个 重定向 cat closesite.conf server{ listen 443 ssl; server_name abc.cn; location / { root /usr/share/nginx/html/notify; ...
1-下载 <https://nginx.org/en/download.html> ![](http://static.51tbox.com/static/2024-08-29/col/934d72dabf6f71ef02c160c4d5ee8891/b5ad2dcda2e0432ab0a626a6de3e7b9d.png.jpg) https://nginx...
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 1- 镜像 sophos/nginx-vts-exporter:v0.10.7 2- 端口 在这里没有默认的 我自己写的9913 3- 启动命令 nginx-vts-exporter 参数: -nginx.scrape_uri=http://10.0.0.207/status/f...