[root@localhost logs]# tail -100f error.log ngx_http_fastdfs_process_init pid=11255 [2021-02-24 19:11:20] ERROR - file: ../common/fdfs_http_shared.c, ...
分类:
其他好文 时间:
2021-02-26 12:54:25
阅读次数:
0
参考文章 安装nignx1.14,并且打补丁,反向代理健康监控,ssl,解决自启动报pid错误 nginx 反向代理,和ssl重定向。 安装nignx nignx的安装目录 /usr/nginx nignx的源码目录 /usr/local/src/nginx nignx的健康监控目录 /usr/ng ...
分类:
编程语言 时间:
2021-02-25 12:22:59
阅读次数:
0
主要配置 http { upstream myhtml { server 106.52.147.100; server 106.52.147.101; } server { listen 80; server_name abc.wsycoon.cn; location / { proxy_buffe ...
分类:
其他好文 时间:
2021-02-25 11:46:55
阅读次数:
0
1、概述 2、示例 [root@node201 ~]# cat docker-compose.yml version: '3' services: web: build: context: ./ dockerfile: Dockerfile #image: nginx ports: - "88:80 ...
分类:
其他好文 时间:
2021-02-24 13:27:58
阅读次数:
0
linux7.4源码编译安装nginx 介绍 Web工作者构建网站就需要用到Nginx Web服务器,可是还有小伙伴不会在Linux上安装Nginx,毕竟我们开发的项目都是要在服务器上运行的,今天就来讲讲如何在CentOS7环境使用源码进行安装Nginx。 Nginx官网下载链接:https://n ...
分类:
系统相关 时间:
2021-02-24 12:50:50
阅读次数:
0
下面我们来介绍一下tomcat几种实际应用: (1) LB tomcat nginx tomcats apache tomcats (2) LB tomcat cluster (3) LB tomcat session server memcached 前面我们还了解了会话保持有三种方式: sess ...
分类:
其他好文 时间:
2021-02-23 14:36:20
阅读次数:
0
全局过滤器作用于所有的路由,不需要单独配置,我们可以用它来实现很多统一化处理的业务需求,比如权限认证、IP 访问限制等。 接口定义类 org.springframework.cloud.gateway.filter.GlobalFilter public interface GlobalFilter ...
分类:
编程语言 时间:
2021-02-23 14:13:28
阅读次数:
0
从dockerhub里拉取最新版nginx镜像 [root@VM-0-15-centos home]# docker pull nginx Using default tag: latest latest: Pulling from library/nginx 45b42c59be33: Alrea ...
分类:
其他好文 时间:
2021-02-20 12:23:24
阅读次数:
0
一,介绍与需求 1,我的安装环境:CentOS7+Node10.13.0+MongoDB4.0.10。 2,首先安装wget,用于下载node等其他工具 1 yum install -y wget 编译依赖 gcc 环境 1 yum install gcc-c++ 二,Node安装配置 第一步:下载 ...
分类:
数据库 时间:
2021-02-19 12:57:35
阅读次数:
0
最近才发现ThinkPHP6.0和CI4.x都要求php版本为7.1以上了,本机的php版本还停留在7.0.3x,又懒得升级,于是考虑使用Docker来运行一个lnmp环境。 常规环境搭建的方式有两种,一种是把php、mysql、nginx分别编写一个Dockerfile,然后再使用docker-c ...
分类:
其他好文 时间:
2021-02-17 15:01:20
阅读次数:
0