1. Nginx中URL转换成小写
    首先编译安装nginx_lua_module模块
    server节:
  1. location / {
    if($uri ~ [A-Z]){
    rewrite_by_lua 'return ngx.redirect(string.lower(ngx.var.uri),ngx.HTTP_MOVED_PERMANENTLY)';
    }
    }
  2. ngx_slowfs_cache(Nginx模块)
    nginx module which adds ability to cache static files. http://labs.frickle.com/nginx_ngx_slowfs_cache/
  3. nginx配置SSL实现服务器/客户端双向认证
    https://github.com/nategood/sleep-tight
  4. nginx_ensite
    A script to enable or disable a site in nginx. http://github.perusio.org/nginx_ensite
  5. echo-nginx-module(Nginx模块)
    An Nginx module for bringing the power of "echo", "sleep", "time" and more to Nginx's config filehttp://wiki.nginx.org/NginxHttpEchoModule
  6. nginx-upstream-fair
    The fair load balancer module for nginx http://nginx.localdomain.pl
  7. nginx-auth-ldap
    LDAP authentication module for nginx https://github.com/kvspb/nginx-auth-ldap
  8. Nginx Configs
    Collection of Nginx configs for most popular CMS/CMF/Frameworks based on PHP. https://github.com/elasticweb/nginx-configs
  9. VladGh.com-LEMP (https://github.com/vladgh/VladGh.com-LEMP)
    Latest NginX, MySQL, PHP (with APC and Suhosin) http://vladgh.com/blog/install-nginx-and-php-php-fpm-mysql-and-apc
  10. healthcheck_nginx_upstreams (https://github.com/cep21/healthcheck_nginx_upstreams)
    Health checks upstreams for nginx http://wiki.nginx.org/NginxHttpHealthcheckModule
  11. set-misc-nginx-module (https://github.com/openresty/set-misc-nginx-module)
    Various set_xxx directives added to nginx's rewrite module (md5/sha1, sql/json quoting, and many more)http://wiki.nginx.org/NginxHttpSetMiscModule
  12. ezhttp (https://github.com/centos-bz/ezhttp)
    The bash shell script stack for installation of Nginx OpenResty Tengine lua_nginx_module nginx_concat_module nginx_upload_module ngx_substitutions_filter_module Apache-2.2 Apache-2.4 MySQL-5.1 MySQL-5.5 MySQL-5.6 MySQL-5.7 PHP-5.2 PHP-5.3 PHP-5.4 PHP-5.5 PHP-5.6 ZendOptimizer ZendGuardLoader Xcache Eaccelerator Imagemagick IonCube Memcache Memca…
  13. https://github.com/yhager/nginx_drupal
    nginx configuration for use with Drupal - supports boost, multisite, static image servers and multiple environments
  14. nginx-module-vts
    Nginx virtual host traffic status module ( https://github.com/vozlt/nginx-module-vts )
  15. nginx-cache-purge (https://github.com/perusio/nginx-cache-purge)
    A bash script for deleting items from Nginx cache
  16. https://github.com/nicokaiser/nginx-websocket-proxy
  17. ngx-fancyindex
    Fancy indexes module for the Nginx web server (https://github.com/aperezdc/ngx-fancyindex)
  18. https://github.com/wangyan/lanmp
    Linux + Apache + Nginx + MySQL + PHP Auto Install Script https://wangyan.org/blog/lanmp.html
  19. https://github.com/lebinh/nginx-conf
    A collection of useful Nginx configuration snippets
  20. https://github.com/FRiCKLE/ngx_cache_purge
    nginx module which adds ability to purge content from FastCGI, proxy, SCGI and uWSGI caches.http://labs.frickle.com/nginx_ngx_cache_purge/
  21. https://github.com/lebinh/ngxtop
    Real-time metrics for nginx server
  22. https://github.com/pagespeed/ngx_pagespeed
    Automatic PageSpeed optimization module for Nginx http://ngxpagespeed.com/
  23. https://github.com/fcambus/nginx-resources
    A collection of resources covering Nginx, Nginx + Lua, OpenResty and Tengine http://www.cambus.net
  24. 官方分享的stream模块的简单配置demo ( https://zhangge.net/5037.html )

Nginx Resource的更多相关文章

  1. Samba & Nginx - Resource temporarily unavailable

    先说说本人的开发环境:Win7 + Editplus + VMware(Centos+Samba+Nginx).用Samba在Centos上把web文件夹(如www)共享,然后在Win7上訪问这个文件 ...

  2. fastdfs+nginx+image_filter安装与生成缩略图

    fastdfs简介 类似google FS的一个轻量级分布式文件系统,纯C实现,支持linux.FreeBSD等UNIX系统: 只能通过API访问,不支持POXIS: 文件不分块存储,上传的文件和OS ...

  3. 【原创】一层Nginx反向代理K8S化部署实践

    目录: 1)背景介绍 2)方案分析 3)实现细节 4)监控告警 5)日志收集 6)测试 一.背景介绍     如下图所示,传统方式部署一层Nginx,随着业务扩大,维护管理变得复杂,繁琐,耗时耗力和易 ...

  4. kubernetes对象之deployment

    系列目录 简述 Deployment为Pod和ReplicaSet提供了一个声明式定义(declarative)方法,用来替代以前的ReplicationController来方便的管理应用.典型的应 ...

  5. Kubernetes 资源对象

    概述 我将它们简单的分类为以下几种资源对象: 类别 名称 资源对象 Pod.ReplicaSet.ReplicationController.Deployment.StatefulSet.Daemon ...

  6. Deployment

    Deployment RC是kubernetes中的一个核心概念,Deployment 是新一代的RC,除了拥有RC的功能外,还具备一下特性: 支持事件和状态查看:可以查看Deployment升级的状 ...

  7. 【笔记】7天玩转容器&CKA管理员实训

    第一部分 day1,容器基础知识介绍 安装 apt-get install docker-engine [root@cce-7day-fudonghai-24106 01CNL]# docker -v ...

  8. Terraform入门教程,示例展示管理Docker和Kubernetes资源

    我最新最全的文章都在南瓜慢说 www.pkslow.com,欢迎大家来喝茶! 1 简介 最近工作中用到了Terraform,权当学习记录一下,希望能帮助到其它人. Terraform系列文章如下: T ...

  9. Kubernetes全栈架构师(资源调度上)--学习笔记

    目录 Replication Controller和ReplicaSet 无状态服务Deployment概念 Deployment的创建 Deployment的更新 Deployment的回滚 Dep ...

随机推荐

  1. 解读30个提高Web程序执行效率的好经验

    其实微博是个好东西,关注一些技术博主之后,你不用再逛好多论坛了,因为一些很好的文章微博会告诉你,最近看到酷勤网推荐的一篇文章<30个提高Web程序执行效率的好经验>,文章写得不错,提到一些 ...

  2. 17.1.1.7 Setting Up Replication with New Master and Slaves 设置复制使用新的master和slaves:

    17.1.1.7 Setting Up Replication with New Master and Slaves 设置复制使用新的master和slaves: 最简单和最直接方式是设置复制使用新的 ...

  3. dump datafile block

    Oracle dump datafile block有两种方式: 然后根据block id执行dump 命令: SQL> alter system dump datafile 4 block 2 ...

  4. Electrification Plan(最小生成树)

    http://acm.sdut.edu.cn:8080/vjudge/contest/view.action?cid=50#problem/D 最小生成树模板,注意的是这里有k个发电站,它们不再需要连 ...

  5. T-SQL查询进阶--详解公用表表达式(CTE)

    简介 对于SELECT查询语句来说,通常情况下,为了使T-SQL代码更加简洁和可读,在一个查询中引用另外的结果集都是通过视图而不是子查询来进行分解的. 但是,视图是作为系统对象存在数据库中,那对于结果 ...

  6. linux下jdk的卸载与安装

    JDK的卸载 1.检查jdk的是否安装,显示如下表示安装: [root@localhost ~]# rpm -aq|grep java tzdata-java-2010l-1.el6.noarch j ...

  7. Bzoj 2346: [Baltic 2011]Lamp dijkstra,堆

    2346: [Baltic 2011]Lamp Time Limit: 10 Sec  Memory Limit: 256 MBSubmit: 428  Solved: 179[Submit][Sta ...

  8. linux 多线程基础3

    一.线程属性 线程具有属性,用pthread_attr_t表示,在对该结构进行处理之前必须进行初始化,在使用后需要对其去除初始化.我们用pthread_attr_init函数对其初始化,用pthrea ...

  9. Codeforces 294E Shaass the Great

    树形DP.由于n只有5000,可以直接枚举边. 枚举边,将树分成两个子树,然后从每个子树中选出一个点分别为u,v,那么答案就是: 子树1中任意两点距离总和+子树2中任意两点距离总和+子树1中任意一点到 ...

  10. Eclipse插件收藏列表

    viPlugin 2.11.0 AnyEdit Tools 2.4.4 EclipseColorer 0.8.0 PyDev – Python IDE for Eclipse 2.7.5 MoreUn ...