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,765 public repositories matching this topic...
-
Updated
Nov 10, 2021 - Python
-
Updated
Nov 16, 2021 - JavaScript
-
Updated
Nov 30, 2021 - C
-
Updated
Oct 20, 2021 - Shell
For a better overview and transparency we should add column to the supported versions overview table that contains the helm version. That way it is easy to see which helm version includes which nginx ingress version.
/kind documentation
-
Updated
Dec 1, 2021 - Go
-
Updated
Nov 21, 2021
-
Updated
Nov 18, 2021 - TypeScript
Improved or typo fixed.
Currently, the README claims that the WASM extension is the modern way. However, it is an experimental feature.
Solution
Need to fix it with:
diff --git README.md README.md
index d14aae9c..8e11456c 100644
--- README.md
+++ README.md
@@ -146,10 +146,10 @@ A/B testing, canary release, blue-green deployment, limit rate, defense against
- Custom routing
-
Updated
Nov 22, 2021 - C++
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
Jul 18, 2019
-
Updated
Sep 25, 2021 - Python
-
Updated
Nov 29, 2021 - Shell
I use naxsi with nginx. I want to add request id which is used by nginx to nginx error logs when blocked by naxsi. Is it possible ? Thanks for help.
-
Updated
Nov 7, 2021 - PHP
Describe the bug
There is a bug in podinfo chart which will not deploy service if you enabled canary, even though you enabled service via helm values.
https://github.com/fluxcd/flagger/blob/main/charts/podinfo/templates/service.yaml#L1
To Reproduce
If you set values like this, it will not deploy service.
service:
enabled: true # service will not be deployed if ca
-
Updated
Nov 29, 2021 - Python
-
Updated
Nov 30, 2021 - Jinja
-
Updated
Aug 27, 2021 - C
Created by Igor Sysoev
Released October 4, 2004
- Repository
- nginx/nginx
- Website
- nginx.org
- Wikipedia
- Wikipedia
Is there an existing issue for this?
Kong version (
$ kong version
)2.5.1.0
Current Behavior
When calling
kong.response.exit()
, the function automatically sets the Content-Length header on the response even if the Transfer-Encoding header is present. This is in violation of RFC 7230 3.3.2: