Stella981 Stella981
3年前
Docker中nginx+tomcat实现负载均衡
拉取tomcat镜像dockerpulltomcat运行两个tomcat容器dockerrundp8088:8080nametomcat8088tomcatdockerrundp8089:8080nametomcat8089tomcat修改下index.jsp把两个to
Wesley13 Wesley13
3年前
Ubuntu 18.04安装docker 以及Nginx服务设置
1.安装需要的包sudoaptinstallapttransporthttpscacertificatessoftwarepropertiescommoncurl2.添加GPG密钥,并添加Dockerce软件源,这里还是以中国科技大学的Dockerce源为例curlfsSLhttps://mi
Wesley13 Wesley13
3年前
lvs、haproxy、nginx 负载均衡的比较分析
对软件实现负载均衡(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.linuxso.com%2Ffuzai%2F)的几个软件,小D详细看了一下,从性能和稳定上还是LVS最牛,基本达到了F5硬件设备的60%性能,其他几个10%都有点困难。     不过就因为LVS忒牛了,配置也最
Stella981 Stella981
3年前
Nginx DHCP TFTP Kickstart搭建自动安装系统
_之前使用Cobbler搭建自动安装系统,最近Cobbler网站http://www.cobblerd.org/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.cobblerd.org%2F)无法访问,执行命令cobblergetloaders下载获取PX
Wesley13 Wesley13
3年前
thinkphp3.2 在 nginx 下的配置
需要将ThinkPHP中的url\_mode设置为2server  {    listen80;    listen\::\:80;    server\_nameXXX.com;    indexindex.htmlindex.htmindex.phpdefa
Stella981 Stella981
3年前
Nginx 从入门到实战,看这篇够了!
!(https://oscimg.oschina.net/oscnet/de2ab2befd7c93410037ffc6877bc42705b.png)!(https://oscimg.oschina.net/oscnet/07fec54f665b2b243a4318bf36b474330f4.jpg)作者|海岛来源|sf.g
Stella981 Stella981
3年前
CentOS 7.4 下安装Epel源和Nginx
EPEL(ExtraPackagesforEnterpriseLinux)是基于Fedora的一个项目,为“红帽系”的操作系统提供额外的软件包,适用于RHEL、CentOS和ScientificLinux. 安装EPEL安装地址:_https://opsx.alibaba.com/mirror(http
Stella981 Stella981
3年前
CentOS 5.5 下配置Nginx+mysql+php
LNMP配置根据网上的一些资料,综合总结了在Centos5.5下安装NMP的方式。同时通过修改配置文件达到解决框架的路由问题。1、安装前首先使用yum命令安装、升级所需的程序库(可选,但是安装过程中如果遇到缺少依赖包的话则必须得安装了)yumyinstallgccgcc\caut