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,143 public repositories matching this topic...
-
Updated
Jul 23, 2021 - Python
-
Updated
Jun 29, 2021 - C
-
Updated
Jul 2, 2021 - JavaScript
-
Updated
Jul 20, 2021 - Shell
After PR #7332 @cpanato remembered me that I forgot to ask for unit and e2e tests
As a follow up, those tests needs to be created:
- Create unit tests for cases where the backend exists, but not the Service field
- Create e2e tests for the same scenario, where an Ingress without a valid service backend should point to default backend
I'm marking this as a good first issue,
-
Updated
Jul 8, 2021
-
Updated
Jul 8, 2021 - TypeScript
Issue description
The default_conn_delay of the limit-conn plug-in is used to control the delay of forwarding to upstreams when the connection exceeds a certain threshold, but after actual testing, it is found that this delay time is not strictly in accordance with the configured delay time.
https://github.com/openresty/lua-resty-limit-traffic/blob/master/lib/resty/limit/conn.lua#L98-L101
-
Updated
Jul 19, 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
Jul 13, 2021 - PHP
In lieu of #283, implement Stackdriver Canary Analysis for use in GKE.
-
Updated
Jul 19, 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.