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,018 public repositories matching this topic...
-
Updated
Jun 22, 2021 - Python
-
Updated
Jun 19, 2021 - C
-
Updated
Jun 24, 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 24, 2021
-
Updated
May 5, 2021 - TypeScript
Issue description: Apisix stream_routes's parameter "remote_addr" only support single ip, needs to support multiple ip or match rules like "192.168.0.0/16", just like http routes parameter "remote_addr"
Environment
Request help without environment information will be ignored or closed.
- apisix version (cmd:
apisix version
): 2.6 - OS (cmd:
uname -a
): CentOS7 - OpenResty / Ng
-
Updated
Jun 21, 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 20, 2021 - PHP
In lieu of #283, implement Stackdriver Canary Analysis for use in GKE.
-
Updated
Jun 25, 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.