• 开发语言 (current)
  • shell (current)
  • 监控 (current)
  • 安全 (current)
  • mysql (current)
  • ansible (current)
  • 企业故障 (current)
  • nginx (current)
  • kubernetes (current)

网站http1升级http2

一、查看网站 1、查看网站http版本 [root@sb conf]# curl -I https://supertruck.net.cn/ HTTP/1.1 302 Found Server: ng

阅读更多...

nginx变量参数

<br><br>$args #请求中的参数值 $query_string #同 $args $arg_NAME #GET请求中NAME的值 $is_args #如果请求中有参数

阅读更多...

nginx代理:访问/e/* 代理到/e/*

http://cstm.cdstm.cn/e/action/ShowInfo.php?classid=90&id=1218 ------------------------- location

阅读更多...

企业nginx配置高级URL白名单

#跳转旧站rewrite start set $key ''; if ($http_user_agent !~* ".*(baiduspider|Baiduspider|So

阅读更多...

nginx防火墙

https://zhih.me/ngx-lua-waf/

阅读更多...

php参数优化

https://www.jb51.net/article/181581.htm

阅读更多...

nginx代理缓存

[root@kache vhost]# cat farm.conf upstream supertruck{ server 127.0.0.1:8018; } server { listen 80;

阅读更多...

nginx设置输入密码才可访问

一、安装加密工具 yum -y install httpd-tools 配置账号密码文件 htpasswd -c [passwfile] [username] [root@jumpserver ~]#

阅读更多...

网站并发大怎么办?限流、降级、缓存

在开发高并发系统时有三把利器用来保护系统:缓存、降级和限流。 降级是当服务出现问题或者影响到核心流程时,需要暂时屏蔽掉,待高峰或者问题解决后再打开限流限流的目的是通过对并发访问/请求进行限速,或者对一

阅读更多...

nginx根据访问路径设置不同根目录

访问106.12.100.206/test/ 到本地的/etc/nginx/nginx1/下 location / { root /etc; index 1.txt; } location /test

阅读更多...

  • 上一页
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 下一页
搜索
个人微信号

有问题请加博主微信进行沟通!

最新文章
  • 主流监控系统的对比!!
  • bind域名解析压测-named
  • bind域名解析服务器named监控指标
  • tengine编译
  • linux删除文件减少io消耗
  • nginx状态码 000
  • GO语言模拟长轮询代码
  • GO语言模拟长链接代码
  • prometheus和thanos原理
  • linux统计某个进程占用多少内存和cpu
热门标签
  • jumpserver
  • 百度云
  • 容器
  • ELK
  • 管理|自控|高效
  • 三剑客
  • devops
  • linux小知识
  • openvpn
  • 搞笑时刻
梁泽宇的技术小屋~
copyright @ 2016~2021 (www.liangzeyu.com)