nginx

nginx is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server. Nginx was written with an explicit goal of provide high performance on sites with high traffic, so it can be used as a reverse proxy, load balancer and HTTP cache.
Here are 7,595 public repositories matching this topic...
-
Updated
on Mar 23, 2021 - Python
-
Updated
on Mar 19, 2021 - C
-
Updated
on Feb 15, 2021 - Shell
-
Updated
on Mar 24, 2021 - JavaScript
NGINX Ingress controller version: 0.44.0
NGINX Ingress controller Helm Chart version: 3.23.0
Kubernetes version: v1.20.2
Environment:
- Cloud provider or hardware configuration: AWS
- OS: CentOS Linux release 7.7.1908 (Core)
- Kernel: 3.10.0-1160.11.1.el7.x86_64
What happened:
when trying to deploy this chart using the following:
helm repo
-
Updated
on Mar 19, 2021
-
Updated
on Mar 13, 2021 - TypeScript
Improve Docs
Please describe which part of docs should be improved or typo fixed
Hi, I noticed that when installing Apache APISIX in MacOS, it seems that it's required to enable TLS[1]
Just to make sure, is it optional or required?
[1] https://git
-
Updated
on Jul 18, 2019
-
Updated
on Mar 17, 2021 - C++
-
Updated
on Mar 20, 2021 - Python
Since maxmind no longer provides the legacy GeoIP databases could it might be possible to update the nxtool to use GeoIP2?
-
Updated
on Feb 21, 2021 - PHP
-
Updated
on Mar 23, 2021 - JavaScript
In lieu of #283, implement Stackdriver Canary Analysis for use in GKE.
-
Updated
on Dec 29, 2020 - Python
-
Updated
on Feb 10, 2021 - C
Created by Igor Sysoev
Released October 4, 2004
- Repository
- nginx/nginx
- Website
- nginx.org
- Wikipedia
- Wikipedia
Summary
We're starting up kong for integration tests for our custom plugins using the start_kong method implemented in spec/helpers.lua. We need to be able to set environment variables as our plugin is using some custom environment variables. Currently the only way through the start_kong method to set env vars is to prefix them with KONG_. I noticed that kong_exec, which start_kong calls ha