技术栈
刘天洋
刘天洋d
3 个月前
运维
·
服务器
·
nginx
·
centos
·
php
·
刘天洋
CentOS7 配置 nginx 和 php 方案
鉴于网上教程错综复杂,写下一这篇文章 本教程只需要三步即可一般情况下在安装完 nginx 后会有 /etc/nginx/default.d/ 这个目录 在这个目录中新建一个 php-fpm.conf
刘天洋d
3 个月前
linux
·
服务器
·
分布式
·
rabbitmq
·
ruby
·
刘天洋
RabbitMQ 集群部署方案
记得配置yum源,避免不必要的错误在三台服务器上分别安装 erlang 和 rabbitmq-server
刘天洋d
3 个月前
linux
·
运维
·
centos
·
负载均衡
·
刘天洋
HAProxy七层负载均衡配置方案
编写内容如下测试用简单配置,web1 和 web2 都要配置测试用简单配置,php1 和 php2 都要配置
刘天洋d
3 个月前
linux
·
运维
·
服务器
·
nginx
·
负载均衡
·
刘天洋
NGINX七层负载均衡配置方案
编写内容如下:在 http 块中在server块中关于权重 weight测试用简单配置,web1 和 web2 都要配置
刘天洋d
3 个月前
linux
·
服务器
·
网络
·
负载均衡
·
lvs
·
刘天洋
keepalived+lvs高可用负载均衡集群配置方案
master.ip 和 backup.ip 都要配置,把原本的内容清空写如下内容: 确保主备节点的 router_id state priority 的值不一样
刘天洋d
4 个月前
linux
·
运维
·
服务器
·
nginx
·
缓存
·
centos
·
刘天洋
nginx代理缓存配置-Linux(CentOS)
nginx代理服务配置,基于http协议 开启代理缓存的前提是已经开启了代理服务,请确保已经开启代理服务
刘天洋d
4 个月前
linux
·
运维
·
服务器
·
nginx
·
http
·
centos
·
刘天洋
nginx代理服务配置,基于http协议-Linux(CentOS)
nginx代理缓存配置Nginx 的默认80端口虚拟机配置文件通常位于/etc/nginx/conf.d/default.conf。
刘天洋d
4 个月前
linux
·
运维
·
服务器
·
ansible
·
刘天洋
ansible的role用法
可以通可以通过使用 ansible-galaxy 命令再当前目录自动生成 role 的基本目录结构。 myrole为文件名(角色名)