码迷,mamicode.com
首页 >  
搜索关键字:ansible keepalived nginx    ( 29247个结果
容器编排系统K8s之HPA资源
HPA的全称是Horizontal Pod Autoscaler,从字面意思理解它就是水平pod自动伸缩器;简单讲HPA的主要作用是根据指定的指标数据,监控对应的pod控制器,一旦对应pod控制器下的pod的对应指标数据达到我们定义的阀值,即HPA就会被触发,它会根据对应指标数据的值来扩展/缩减对... ...
分类:其他好文   时间:2021-01-19 12:18:34    阅读次数:0
Ansible Linux commonly used moudle example
Ansible 常用模块 参考地址: https://docs.ansible.com/ansible/latest/modules/modules_by_category.html ping command and shell # 注意区别和相同 # command 不能识别变量以及引号内容 ro ...
分类:系统相关   时间:2021-01-19 12:09:17    阅读次数:0
MySQL8 Keepalived+双主
1. 配置双主: 双机名 win89.inno.com win88.inno.com 准备账号 SET SQL_LOG_BIN=0; set password for 'root'@'localhost'='123456'; grant all privileges on *.* to root@' ...
分类:数据库   时间:2021-01-18 11:43:38    阅读次数:0
【CentOS】CentOS下安装Nginx
1.确认下面内容(管理员权限) yum install gcc yum install pcre pcre-devel yum install zlib zlib-devel yum install openssl openssl-devel 2.下载Nginx,选择稳定版(Stable) 目录:/ ...
分类:其他好文   时间:2021-01-18 11:28:16    阅读次数:0
1Nginx部署
nginx有四个版本,开源nginx版,商业nginx plus版,淘宝tengine分支版,和openresty扩展板 其中商业版收费,淘宝版是阿里针对nginx的高并发二次开发的项目,而扩展版和淘宝版有着异曲同工之妙,个人感觉扩展板性能更强悍一些。 1使用dockerfile制作一个nginx扩 ...
分类:其他好文   时间:2021-01-18 11:24:15    阅读次数:0
Nginx设置反向代理内网服务器/内部端口
Nginx设置反向代理内网服务器/内部端口 by WEB全栈工程师 on 2015 年 07 月 26 日 Nginx 是一个很强大的高性能Web和反向代理服务器,它具有很多非常优越的特性,本次主要解决Nginx反向代理设置问题。假定有一台能正常访问的外网Nginx服务器A和一台内网Nginx服务器 ...
分类:其他好文   时间:2021-01-18 11:08:10    阅读次数:0
安装nginx报错
错误一:安装nginx报错“src/os/unix/ngx_user.c:26:7: error: ‘struct crypt_data’ has no member named ‘current_salt’” “src/os/unix/ngx_user.c:26:7: error: ‘struct ...
分类:其他好文   时间:2021-01-18 10:49:25    阅读次数:0
nginx - fastcgi param
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;#脚本文件请求的路径 fastcgi_param QUERY_STRING $query_string; #请求的参数;如?app=123 fastcgi_param R ...
分类:其他好文   时间:2021-01-18 10:38:12    阅读次数:0
nginx 之nginx.conf 配置说明
user nginx; #使用linux用户分组执行nginx worker_processes 4;#nginx 启动后的进程数,通常跟服务器的内核挂钩 如:2核4进程 01 10 01 10; 4核2进程 0101 1010;worker_cpu_affinity 0001 0010 0100 ...
分类:其他好文   时间:2021-01-18 10:37:56    阅读次数:0
Nginx在make时报错[objs/Makefile:469: objs/src/core/ngx_murmurhash.o] Error
Nginx在make时报错[objs/Makefile:469: objs/src/core/ngx_murmurhash.o] Error 在安装目录下执行 vim obj/Markfile 把Makefile文件的-Werror去掉 重新执行make ...
分类:Web程序   时间:2021-01-16 12:06:29    阅读次数:0
29247条   上一页 1 ... 28 29 30 31 32 ... 2925 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!