码迷,mamicode.com
首页 >  
搜索关键字:nginx proxy    ( 29532个结果
nginx响应超时upstream timed out (110: Connection timed out) while reading response header from upstream
问题描述后台server服务响应时间正常,但是请求没有打到服务器,在nginx很慢才看到error日志,如下: 2018/07/26 10:17:42 [error] 45762#0: *7489 upstream timed out (110: Connection timed out) whil ...
分类:其他好文   时间:2021-04-15 12:25:45    阅读次数:0
Docker学习记录 - 构建静态网站
Docker学习记录 - 构建静态网站 一、目录结构 二、Dockerfile文件 1、nginx 的 docker文件 FROM nginx COPY ./www /usr/share/nginx/html/ WORKDIR /usr/share/nginx/html/ RUN chown -R ...
分类:Web程序   时间:2021-04-14 11:59:07    阅读次数:0
Linux上部署nginx
1、下载、解压 2、安装nginx需要的依赖 yum install -y gcc-c++ yum install -y pcre yum install -y pcre-devel yum install -y zlib yum install -y zilb-devel yum install ...
分类:系统相关   时间:2021-04-14 11:56:59    阅读次数:0
源码安装nginx env
源码安装nginx For ubuntu:18.04 apt -y install build-essential libtool libpcre3 libpcre3-dev zlib1g-dev openssl net-tools curl wget wget -P /tmp http://ngi ...
分类:其他好文   时间:2021-04-12 12:27:54    阅读次数:0
ncat-相关参数用法
ncat是nc的衍生版本,是附带在nmap软件包里面,下面是一些常见的ncat的用法 开启http代理 ncat -lvvv 8080 --proxy-type http --proxy-auth cntf:cntf ...
分类:其他好文   时间:2021-04-12 12:04:11    阅读次数:0
#补充: tdsql(noshard)  到 tdsql(noshard)
#tdsql(noshard) 到 tdsql(noshard) (一般不建议这样导,tdsql 内部建议用多源同步) 如果是导入到tdsql shard 中需要提创建表,指定shardkey 在mysqlagent 导出指定proxy ip 和端口: cd /data/tdsql_run/4002 ...
分类:数据库   时间:2021-04-10 12:57:25    阅读次数:0
②nginx 配置文件说明
####nginx程序配置文件说明 1)配置文件的结构 nginx配置文件结构: 1)核心配置部分 main 区域 2)事件配置部分 event 区域 3)网站配置部分 http 区域 指定网站功能参数 4)主机配置区域 server 区域 指定每个网站信息(域名 站点目录 首页文件) 5)loca ...
分类:其他好文   时间:2021-04-09 12:49:33    阅读次数:0
ansible 批量更新 nginx 配置,以及失败时的自动回滚样例
作者:weixin_34092455 https://blog.csdn.net/weixin_34092455/article/details/89733396 本文基于 ansible 2.3.0.0 编写 我们目前有 8 个大区共 24 台 nginx 服务器,每个区除了 upstream 地 ...
分类:其他好文   时间:2021-04-08 13:18:16    阅读次数:0
Angular + Github action + Nginx 部署
在常规 Web 的开发流程之中,当开发步入尾声时就需要部署应用到服务器上,Angular 部署上还算简单。经过测试,部署平均用时在5分钟左右,主要受限于 GitHub 海外服务器的网速。 一、Angular 部署文件的产生 首先,需要先使用构建命令 ng build --prod ,官网上指出采用生 ...
分类:其他好文   时间:2021-04-08 13:15:44    阅读次数:0
log4j2-log4jdbc
http://log4jdbc.brunorozendo.com Log4jdbc-log4j2 JDBC proxy driver for logging SQL and other interesting information. Home Downloads How to use This p ...
分类:数据库   时间:2021-04-08 13:11:48    阅读次数:0
29532条   上一页 1 ... 19 20 21 22 23 ... 2954 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!