This module provides encryption and decryption support for Nginx variables based on AES-256 with Mac. This module is usually used with SetMiscNginxModule and the standard rewrite module's directives.
This module wraps lots of Nginx internal APIs for streaming input and output, parallel/sequential subrequests, timers and sleeping, as well as various meta data accessing. Basically it provides variou
This module is collection of small and useful Nginx add-ons. Project homepage and documentation: https://github.com/FRiCKLE/ngx_coolkit/ This module is enabled by default and could be disabled by pass
Introduction: http://www.ruby-forum.com/topic/205063 Project page: http://mdounin.ru/hg/ngx_http_auth_request_module/
This Nginx module adds support for array variables to nginx config files. Project page: https://github.com/agentzh/array-var-nginx-module
This is an Nginx module that uses libiconv to convert characters of different encoding. It brings the set_iconv and iconv_filter commands to Nginx. It can either process Nginx variables or process res
ngx_postgres is an upstream module that allows Nginx to communicate directly with PostgreSQL database. Response is generated in RDS format, so it's compatible with Rds Json Nginx Module and Drizzle Ng
This is an nginx upstream module that talks to MySQL and/or Drizzle database servers by libdrizzle. This ngx_drizzle module is not enabled by default. You should specify the --with-http_drizzle_module
Nginx is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server. See its homepage: http://nginx.org.
Nginx是一款轻量级的Web 服务器/反向代理服务器及电子邮件(IMAP/POP3)代理服务器,在BSD-like 协议下发行。其特点是占有内存少,并发能力强,事实上nginx的并发能力在同类型的网页服务器中表现较好,中国大陆使用nginx网站用户有:百度、京东、新浪、网易、腾讯、淘宝等。 目录结构 /etc/nginx/nginx.conf : 全局配置文件,用来配置 Nginx、配置端口等
一、系统约定 软件源代码包存放位置 /usr/local/src 源码包编译安装位置(prefix) /usr/local/software_name 脚本以及维护程序存放位置 /usr/local/sbin MySQL 数据库位置 /var/lib/mysql(可按情况设置) 网站根目录 /home/www/wwwroot(可按情况设置) 虚拟主机日志根目录 /home/www/logs(可按情
Nginx ingress 使用ConfigMap来管理Nginx配置,nginx是大家熟知的代理和负载均衡软件,比起Traefik来说功能更加强大. 我们使用helm来部署,chart保存在私有的仓库中,请确保您已经安装和配置好helm,helm安装使用见使用Helm管理kubernetes应用。 镜像准备 安装时需要用到的镜像有: sophos/nginx-vts-exporter:v0.6
map $sent_http_content_type $expires { "text/html" epoch; "text/html; charset=utf-8" epoch; default off; } server { listen 80;
Nginx 基本信息 Nginx 是开源的高效的 Web 服务器实现,支持 HTTP、HTTPS、SMTP、POP3、IMAP 等协议。 该仓库位于 https://hub.docker.com/_/nginx/ ,提供了 Nginx 1.0 ~ 1.17.x 各个版本的镜像。 使用方法 下面的命令将作为一个静态页面服务器启动。 $ docker run --name some-nginx -v
location ~* \.(gif|jpg|png|swf|flv)$ { root html valid_referers none blocked *.uncwd.com; if ($invalid_referer) { rewrite ^/ www.wenjiangs.com #return 404; } } 前面的root可以不要如果你在se