Supported tags and respective Dockerfile links python3.9, latest (Dockerfile) python3.8, (Dockerfile) python3.7, (Dockerfile) python3.6 (Dockerfile) Discouraged tags python3.8-alpine (Dockerfile) To l
nginx ui Table of Contents nginx ui Introduction Setup Example Docker UI Authentication Configure the auth file Configure nginx Introduction We use nginx in our company lab environment. It often happe
nginx-buildpack 可以在你运行在 Heroku 上的应用前面加一个 Nginx 服务器。 所用版本: Buildpack: 0.4 NGINX: 1.5.7 特性: 统一的 NXNG/App Server 日志. L2met 友好的 NGINX 日志格式 Heroku request ids embedded in NGINX logs. Crashes dyno if NGINX
docker-nginx-auto-ssl The simpliest solution to add SSL cert to your site Docker image for automatic generation of SSL certs using Let's encrypt and Open Resty, with reasonable SSL settings, HTTP/2 an
Documentation | Examples | Blog posts | Community chat | Follow us Make security by default great again ! bunkerized-nginx is a web server based on the notorious nginx and focused on security. It inte
NGINX Ingress Controller Overview ingress-nginx is an Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer. Learn more about Ingress on the main Kubernetes documentation
Nginx Static Etags 是一个 Nginx 扩展模块,实现为静态文件生成 ETag 的功能。 不过 Nginx 从 1.3.3 版本开始就可通过 etag on | off; 指令来实现同样功能,详情请看这里。 使用方法: mkdir ~/srccd ~/srcgit clone git://github.com/mikewest/nginx-static-etags.git
Nginxr 是一个小的 Ruby 库,用来操作 Nginx 的配置文件。
Nginx RPM 规范文件,带有最有用的模块以及 auth_pam 。
nginx-sticky-module 是 Nginx 的一个扩展模块,实现了通过 Cookie 的会话粘贴效果。
python-nginx,Nginx 配置文件解析器。 用法示例: #!/usr/bin/env python# encoding: utf-8from parser import Parserfrom config import Config# just 4 testif "__main__" == __name__: # 配置文件路径 path = r'./default'
nginx-lua-ds-proxy 是一个HTTP代理服务器,基于 liseen/lua-resty-http 将代码放在位于nginx根目录下的lua/ds_proxy/下 在nginx.conf的http段中添加如下配置: lua_package_path "/u/nginx/lua/ds_proxy/?.lua;;";lua_need_request_body on;init_by_lua
解析 nginx 配置文件,并将 nginx 配置文件格式化成对象,方便 java 程序管理 nginx 配置。解析配置文件并非使用正则匹配,而是使用语法分析树处理解决的。 特性: 使用ANTLR4解析功能将配置文件转换为AST树 JavaCC同样可用(不建议使用) 重建配置文件并将其转储回* .conf 嵌套块支持 如果语句支持 位置/重写/如果语句支持内未引用的正则表达式 评论支持
nginx-token 是一个基于 memcached 的 Nginx 令牌模块。 示例配置: server { listen 80; root /var/www; location / { token on; token_server 127.0.0.1:11211; token_len
nginx_limit_access_module - 可通过指定的 HTTP POST 接口中的值来拒绝请求。 示例配置: http { limit_access_zone zone=one:5m bucket_number=10007 type=ip; server { listen 80; server_name localhost; limit_access_vari