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 8,090 public repositories matching this topic...
-
Updated
Jul 9, 2021 - Python
-
Updated
Jun 29, 2021 - C
-
Updated
Jul 2, 2021 - JavaScript
-
Updated
Jun 7, 2021 - Shell
NGINX Ingress controller version:
NGINX Ingress controller
Release: v0.47.0
Build: 7201e37633485d1f14dbe9cd7b22dd380df00a07
Repository: https://github.com/kubernetes/ingress-nginx
nginx version: nginx/1.20.1
Kubernetes version (use kubectl version):
Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.1", GitCommit:"5e
-
Updated
Jul 8, 2021
-
Updated
Jul 8, 2021 - TypeScript
Issue description
Some plugins support vars matching, such as traffic-split.
"plugins": {
"traffic-split": {
"rules": [
{
"match": [
{
"vars": [
["arg_name","==","test"]
]
}
-
Updated
Jul 9, 2021 - C++
-
Updated
Jul 18, 2019
-
Updated
Mar 20, 2021 - Python
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
Since maxmind no longer provides the legacy GeoIP databases could it might be possible to update the nxtool to use GeoIP2?
-
Updated
Jun 20, 2021 - PHP
In lieu of #283, implement Stackdriver Canary Analysis for use in GKE.
-
Updated
Jul 4, 2021 - Shell
-
Updated
Jun 26, 2021 - Python
-
Updated
Jul 6, 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.