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

nginx-rewrite的4种指令

1.last 相当于apache里面的[L]标记,表示rewrite。 2.break本条规则匹配完成后,终止匹配,不再匹配后面的规则。 3.redirect 返回302临时重定向,浏览器地址会显示跳

阅读更多...

创建本地yum源

https://blog.csdn.net/han156/article/details/86620594

阅读更多...

部署springboot框架网站

一、部署服务 根据开发要求需要使用jdk1.8版本,不用tomcat 框架内置嵌套了的。 安装jdk yum -y install java-1.8.0-openjdk* 二、放入jar包 三、命令启

阅读更多...

安装tomcat9 jdk8

一、下载jdk yum -y install java-1.8.0-openjdk* --yum安装jdk1.8也行 jdk1.8安装https://blog.csdn.net/qq_21187515

阅读更多...

http://cdstm.cn/xnmy/xxx/xxx跳过来就是http://192.168.30.43:8080/xxx/xxx

rewrite "^/xnmy\/(.*)$" http://180.76.119.92:8080/$1;

阅读更多...

访问目录跳转到别的域名

rewrite "^/cdstm$" https://www.cdstm.cn/gallery/zhuanti/ptzt/202002/t20200220_941122.html

阅读更多...

nginx代理出现502

使用nginx proxy_pass代理模块,访问之后出现502。 一、出现502的配置文件 server { listen 443; server_name player.ecchi.moe; lo

阅读更多...

php安全优化及禁用函数

一、禁用函数 disable_functions = phpinfo,eval,passthru,exec,system,chroot,scandir,chgrp,chown,shell_exec,p

阅读更多...

nginx故障 FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream, client: 192.168.1.101, server: localhost, request:

php文件无法解析, 经过查询后是nginx内置变量问题 原问题: 修改后: 1 fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;

阅读更多...

(3)php5.6安装memcache扩展

1、下载 libmemcache yum install libmemcached -y 2、下载memcache wget http://pecl.php.net/get/memcache-3.0.

阅读更多...

  • 上一页
  • 1
  • ...
  • 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)