跳转到内容

SRE笔记

  • 密码
    • 短链
  • 服务器
  • 关于

nginx标签存档订阅

Request header or cookie too large

Request header or cookie too large 网上查的都是nginx配置问题… 继续阅读 Request header or cookie too large

  • 发表于: 2019-01-17 2020-12-30
  • 作者: joker
  • 分类: SRE
  • 标签: cookie, https, nginx, tomcat
  • 发表评论: Request header or cookie too large

nginx: [emerg] getpwnam(“www”) failed

www用户不存在; 在nginx.conf中 把user nobody的注释去掉或者手动创建www:… 继续阅读 nginx: [emerg] getpwnam(“www”) failed

  • 发表于: 2019-01-16 2019-01-16
  • 作者: joker
  • 分类: SRE
  • 标签: nginx
  • 发表评论: nginx: [emerg] getpwnam(“www”) failed

ERROR: network harbor_harbor has active endpoints

docker-compose down ERROR: network harbor_harbor h… 继续阅读 ERROR: network harbor_harbor has active endpoints

  • 发表于: 2019-01-10 2019-01-10
  • 作者: joker
  • 分类: SRE
  • 标签: Docker, grep, harbor, nginx, redis
  • 发表评论: ERROR: network harbor_harbor has active endpoints
ngx_http_google_filter_module模块

ngx_http_google_filter_module模块

该模块依赖以下: – pcre 正则 – ngx_http_proxy_module 反向代理 – … 继续阅读 ngx_http_google_filter_module模块

  • 发表于: 2019-01-07 2019-01-07
  • 作者: admin
  • 分类: SRE
  • 标签: bash, http, https, nginx, pcre, proxy, 网络
  • 发表评论: ngx_http_google_filter_module模块

upstream prematurely closed connection while reading response header from upstream nginx iis

nginx代理iis,外网突然报502 nginx日志upstream prematurely cl… 继续阅读 upstream prematurely closed connection while reading response header from upstream nginx iis

  • 发表于: 2018-12-19 2018-12-19
  • 作者: admin
  • 分类: SRE
  • 标签: bash, http, nginx, proxy, 工具
  • 发表评论: upstream prematurely closed connection while reading response header from upstream nginx iis
nginx转发tcp udp

nginx转发tcp udp

工作在nginx.conf主域 stream { #将12345端口转发到192.168.1.23的… 继续阅读 nginx转发tcp udp

  • 发表于: 2018-11-27 2018-11-27
  • 作者: admin
  • 分类: SRE
  • 标签: nginx, proxy, tcp, udp, 工具, 网络
  • nginx转发tcp udp有 1 条评论

nginx upstream跨机房优化

upstream wordpress_server { server 10.0.0.1:443; k… 继续阅读 nginx upstream跨机房优化

  • 发表于: 2018-11-14 2021-04-01
  • 作者: admin
  • 分类: SRE
  • 标签: bash, cache, css, https, js, nginx, proxy, wordpress, 网络
  • 发表评论: nginx upstream跨机房优化

nginx-https优化

listen 443 ssl default_server; server_name test.do… 继续阅读 nginx-https优化

  • 发表于: 2018-11-13 2022-02-21
  • 作者: admin
  • 分类: SRE
  • 标签: https, nginx, ssl
  • nginx-https优化有 1 条评论

php7.2打开opcache

/usr/local/php/etc/php.ini [opcache] zend_extensio… 继续阅读 php7.2打开opcache

  • 发表于: 2018-11-13 2021-01-04
  • 作者: admin
  • 分类: SRE, 开发
  • 标签: bash, cache, code, https, nginx, php, 工具, 网络
  • 发表评论: php7.2打开opcache

在防火墙级限制每个IP的连接数

网络服务器必须监视连接和每秒连接限制。PF和Iptales都能够在进入你的nginx服务器之前阻止最… 继续阅读 在防火墙级限制每个IP的连接数

  • 发表于: 2018-10-11 2022-01-17
  • 作者: admin
  • 分类: SRE
  • 标签: https, iptables, Linux, nginx, tcp, 工具, 网络
  • 发表评论: 在防火墙级限制每个IP的连接数

nginx下iframe配置X-Frame-Options

X-Frame-Options 有三个值: DENY 表示该页面不允许在 frame 中展示,即便是… 继续阅读 nginx下iframe配置X-Frame-Options

  • 发表于: 2018-10-10 2022-01-17
  • 作者: admin
  • 分类: SRE
  • 标签: http, https, Linux, nginx, 工具
  • nginx下iframe配置X-Frame-Options有 1 条评论
flask用nginx代理后获取访问ip

flask用nginx代理后获取访问ip

ip=request.headers[‘X-Forwarded-For’] #nginx proxy… 继续阅读 flask用nginx代理后获取访问ip

  • 发表于: 2018-09-20 2019-07-12
  • 作者: admin
  • 分类: SRE
  • 标签: bash, flask, http, https, nginx, proxy, python
  • 发表评论: flask用nginx代理后获取访问ip

basename与dirname命令

basename返回一个字符串参数的基本文件名称 dirname命令去除文件名中的非目录部分,仅显示… 继续阅读 basename与dirname命令

  • 发表于: 2018-06-01 2022-01-17
  • 作者: admin
  • 分类: SRE
  • 标签: devops, https, Linux, nginx
  • 发表评论: basename与dirname命令

nginx清理proxy缓存

nginx清理proxy缓存 修改nginx.conf使 sendfile off; 重载nginx… 继续阅读 nginx清理proxy缓存

  • 发表于: 2018-05-29 2022-01-17
  • 作者: admin
  • 分类: SRE
  • 标签: https, nginx, proxy
  • nginx清理proxy缓存有 1 条评论

nginx响应类型default_type

nginx响应类型default_type Nginx 会根据mime type定义的对应关系来告诉… 继续阅读 nginx响应类型default_type

  • 发表于: 2018-03-04 2020-12-12
  • 作者: admin
  • 分类: SRE
  • 标签: https, json, Linux, nginx, 网络
  • 发表评论: nginx响应类型default_type

nginx简易文件服务器

location /download { root /root/download/; if ($re… 继续阅读 nginx简易文件服务器

  • 发表于: 2018-02-10 2022-01-24
  • 作者: admin
  • 分类: SRE
  • 标签: bash, https, nginx
  • 发表评论: nginx简易文件服务器

nginx挂升级提示页

在目标location加入自定义403页面实现: error_page 403 /inner.htm… 继续阅读 nginx挂升级提示页

  • 发表于: 2018-02-07 2022-01-24
  • 作者: admin
  • 分类: SRE
  • 标签: html, https, nginx
  • nginx挂升级提示页有 1 条评论

搭建docker-caffe-anaconda-open_nsfw雅虎鉴黄环境

拉取镜像 docker pull registry.cn-hangzhou.aliyuncs.com… 继续阅读 搭建docker-caffe-anaconda-open_nsfw雅虎鉴黄环境

  • 发表于: 2018-01-24 2022-01-24
  • 作者: admin
  • 分类: SRE
  • 标签: AI, caffe, Docker, https, nginx, pip, python, uWSGI, 工具, 网络
  • 搭建docker-caffe-anaconda-open_nsfw雅虎鉴黄环境有 4 条评论
uWSGI listen queue 队列溢出的问题

uWSGI listen queue 队列溢出的问题

nginx对应也会出现错误***** upstream time out,报错信息为: *** uW… 继续阅读 uWSGI listen queue 队列溢出的问题

  • 发表于: 2018-01-23 2018-10-20
  • 作者: admin
  • 分类: SRE
  • 标签: Docker, https, nginx, python, tcp, uWSGI
  • uWSGI listen queue 队列溢出的问题有 2 条评论

GeoIP库与ngx_http_geoip_module模块

ngx_http_geoip_module模块(0.8.6+)创建变量,使用预编译的MaxMind数… 继续阅读 GeoIP库与ngx_http_geoip_module模块

  • 发表于: 2018-01-18 2018-02-10
  • 作者: admin
  • 分类: SRE
  • 标签: code, http, Linux, make, nginx, 工具, 网络
  • 发表评论: GeoIP库与ngx_http_geoip_module模块

分页

上一页 页码: 1 … 页码: 4 页码: 5 页码: 6 页码: 7 页码: 8 页码: 9 页码: 10 下一页

搜索

搜索:

近期评论

  • 周周 发表在《Kubernetes部署NextCloud网盘》
  • mysql m-s via gtid – SRE笔记 发表在《MySQL SET GTID_NEXT》
  • kangder 发表在《Kubernetes部署NextCloud网盘》
  • xs 发表在《Kubernetes部署NextCloud网盘》
  • test 发表在《gin不转义html标签》

标签

aws (15) bash (1123) Blockchain (28) centos (28) Docker (105) elasticsearch (26) eth (34) fil (39) go (129) golang (154) Grafana (13) hpc (15) http (299) https (1999) ingress (14) iptables (20) java (75) JVM (20) kubernetes (309) Linux (546) lotus (30) mongoDB (41) MySQL (184) nginx (112) php (25) python (148) redis (34) s3 (75) shell (20) springboot (32) tcp (69) tomcat (15) ubuntu (31) vue (18) windows (42) wordpress (14) zabbix (37) 夏小胖 (31) 安全 (55) 工具 (451) 折腾 (24) 推荐 (15) 硬件 (61) 网络 (246) 资源 (49)

归档

  • 2024 年 12 月
  • 2024 年 11 月
  • 2024 年 10 月
  • 2024 年 9 月
  • 2024 年 8 月
  • 2024 年 7 月
  • 2024 年 6 月
  • 2024 年 5 月
  • 2024 年 4 月
  • 2024 年 3 月
  • 2024 年 2 月
  • 2024 年 1 月
  • 2023 年 12 月
  • 2023 年 11 月
  • 2023 年 10 月
  • 2023 年 9 月
  • 2023 年 8 月
  • 2023 年 7 月
  • 2023 年 6 月
  • 2023 年 5 月
  • 2023 年 4 月
  • 2023 年 3 月
  • 2023 年 2 月
  • 2023 年 1 月
  • 2022 年 12 月
  • 2022 年 11 月
  • 2022 年 10 月
  • 2022 年 9 月
  • 2022 年 8 月
  • 2022 年 7 月
  • 2022 年 6 月
  • 2022 年 5 月
  • 2022 年 4 月
  • 2022 年 3 月
  • 2022 年 2 月
  • 2022 年 1 月
  • 2021 年 12 月
  • 2021 年 11 月
  • 2021 年 10 月
  • 2021 年 9 月
  • 2021 年 8 月
  • 2021 年 7 月
  • 2021 年 6 月
  • 2021 年 5 月
  • 2021 年 4 月
  • 2021 年 3 月
  • 2021 年 2 月
  • 2021 年 1 月
  • 2020 年 12 月
  • 2020 年 11 月
  • 2020 年 10 月
  • 2020 年 9 月
  • 2020 年 8 月
  • 2020 年 7 月
  • 2020 年 6 月
  • 2020 年 5 月
  • 2020 年 4 月
  • 2020 年 3 月
  • 2020 年 2 月
  • 2020 年 1 月
  • 2019 年 12 月
  • 2019 年 11 月
  • 2019 年 10 月
  • 2019 年 9 月
  • 2019 年 8 月
  • 2019 年 7 月
  • 2019 年 6 月
  • 2019 年 5 月
  • 2019 年 4 月
  • 2019 年 3 月
  • 2019 年 2 月
  • 2019 年 1 月
  • 2018 年 12 月
  • 2018 年 11 月
  • 2018 年 10 月
  • 2018 年 9 月
  • 2018 年 8 月
  • 2018 年 7 月
  • 2018 年 6 月
  • 2018 年 5 月
  • 2018 年 4 月
  • 2018 年 3 月
  • 2018 年 2 月
  • 2018 年 1 月
  • 2017 年 12 月
  • 2017 年 11 月
  • 2017 年 10 月
  • 2017 年 8 月
  • 2017 年 7 月
  • 2017 年 6 月
  • 2017 年 5 月
  • 2017 年 4 月
  • 2017 年 3 月
  • 2017 年 2 月
  • 2017 年 1 月
  • 2016 年 12 月
  • 2016 年 11 月
  • 2016 年 10 月
  • 2016 年 9 月
  • 2016 年 8 月
  • 2016 年 7 月
  • 2016 年 6 月
  • 2016 年 5 月
  • 2016 年 4 月
  • 2016 年 3 月
  • 2016 年 2 月
  • 2016 年 1 月
  • 2015 年 12 月
  • 2015 年 10 月
  • 2015 年 9 月
  • 2015 年 8 月
  • 2015 年 7 月
  • 2015 年 6 月
  • 2015 年 5 月
  • 2015 年 4 月
  • 2015 年 3 月
  • 2015 年 2 月
  • 2015 年 1 月
  • 2014 年 12 月
  • 2014 年 11 月
  • 2014 年 10 月
  • 2014 年 9 月
  • 2014 年 8 月
  • 2014 年 7 月
  • 2014 年 6 月
  • 2014 年 5 月
  • 2014 年 2 月