https的页面中加载了非https的资源-显示不安全

https的页面中加载了非https的资源   比如:  

nginx autoindex 案例

这里一定注意 alias 和root 的区别, 最好用 alias 能方便控制路径 cat autoindex…

location /abc/ 和 /abc 的区别

location /abc/ 和 /abc 的区别

location /abc/ 和 /abc 的区别   1- location /abc/: 这种配…

nginx 403 总结

nginx 403 总结

nginx 403 错误表示服务器拒绝了客户端的请求,表明客户端无权访问所请求的资源。 导致此错误的原因有多种…

nginx try_files指令详解

nginx try_files指令详解

举例说明 示例一: location / { root data; index index.html inde…

检测标准:nginx隐藏公开信息,实际检查:nginx公开X-Powered-By和Server信息

检测标准:nginx隐藏公开信息,实际检查:nginx公开X-Powered-By和Server信息

检测标准:nginx隐藏公开信息,实际检查:nginx公开X-Powered-By和Server信息 为了提高…

nginx 1.24 编译安装(普通版本)

  centos  7.8 和 7.9 没有要求安装其他依赖 2024.06.22   #…

nginx proxy_pass 502 559 selinux

测试环境上, 配置文件 nginx 一模一样, 在生产上就出502 。 我今天在一台新的liunx上运行ngi…

nginx 安装(docker版)

(3 封私信 / 7 条消息) 如何使用docker部署nginx? – 知乎 (zhihu.com) &nb…

nginx $request_time

nginx $request_time Nginx – request_time和upstream_respo…