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,980 public repositories matching this topic...
-
Updated
Jun 16, 2021 - Python
-
Updated
Jun 16, 2021 - C
-
Updated
Jun 10, 2021 - JavaScript
-
Updated
Jun 7, 2021 - Shell
As part of the Release process, we need to update the docs to pull the new version of Ingress-nginx. There is a script that updates the helm and ingress-nginx version in the charts but not the docos.
/kind feature
-
Updated
Jun 14, 2021
-
Updated
May 5, 2021 - TypeScript
Issue description
I think it's a basic demand that the apikey should be check from HTTP header or HTTP Querystring, could you guys add that feature, It's very convenient to support both HTTP header and query string
Environment
Request help without environment information will be ignored or closed.
- apisix version (cmd:
apisix version): - OS (cmd:
uname -a): - OpenResty /
-
Updated
Jun 14, 2021 - C++
-
Updated
Jul 18, 2019
-
Updated
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?
Under edit Proxy Host, it states to use 1.1.1.1/path for sub folder forwarding
1.1.1.1 should not be used like this, as its a valid external address and website
-
Updated
Jun 4, 2021 - PHP
In lieu of #283, implement Stackdriver Canary Analysis for use in GKE.
-
Updated
Jun 16, 2021 - Shell
-
Updated
Dec 29, 2020 - Python
-
Updated
Feb 10, 2021 - C
Created by Igor Sysoev
Released October 4, 2004
- Repository
- nginx/nginx
- Website
- nginx.org
- Wikipedia
- Wikipedia


Can anyone please help me out. I'm getting error while generating KONG client credentials on HTTP port 8000.
{ "error_description": "You must use HTTPS", "error": "access_denied" }I have added trusted_ips = 0.0.0.0/0,::/0 in kong.conf also, but it didn't work.