background picture of the home page

Hi,Friend

Nginx-动静分离

Nginx-动静分离 将动态请求与静态请求分开处理 单机动静分离 tomcat配置: [root@web01 ~]# yum install java -y [root@web01 ~]# wget https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.104/

thumbnail of the cover of the post

Nginx-rewrite

Nginx-rewrite 主要实现url地址重写,url地址跳转 rewrite应用场景 Rewrite重写模块 if条件判断指令 需求:匹配nginx请求中包含id=2356的,然后代理到10.16.3.5的8080端口 [root@web01 ~]# cat /etc/nginx/conf.d

thumbnail of the cover of the post

Nginx

Nginx DNS查询过程 TCP创建 HTTP创建 请求的method get:获取url资源(看朋友圈) post:提交,更新或创建资源,是非幂等的(发布朋友圈) put:向指定url传送更新的资源,是幂等的(更新朋友圈) delete:向指定url删除资源(删除朋友圈) head:用于检查 (

thumbnail of the cover of the post

linux基础命令篇三

vim 普通模式  光标 :  G 跳转至文件尾部  gg 跳转至文件首部  100gg 跳转至指定行数  $ 跳转至本行尾部  ^ 跳转至本行首部  复制:  y 复制选中的内容  2yy 复制光标所在的行及下一行  粘贴:  P 粘贴到光标的下一行  p 粘贴到光标的上一行  删除:  dd 删

thumbnail of the cover of the post

linux基础命令篇二

6、linux命令目录 命令目录  /bin-->/usr/bin 存放命令,一般普通用户和超级管理员都可以执行  /sbin-->/usr/sbin 存放特殊命令,一般超级管理员运行,普通用户可以申请权限 用户家目录  /home 普通用户的家目录 默认路径/home/用户名  /root 超级管

thumbnail of the cover of the post

linux基础命令篇一

1、nmtui 网络修改命令 2、什么是shell  外围软件利用shell命令解释器向内核输入命令 3、xshell排错 <

thumbnail of the cover of the post