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,943 public repositories matching this topic...
-
Updated
Jan 8, 2022 - Python
Sorry for not following the template. It's a straightforward question.
By enabling "WordPress-specific rules", the following codes will be added to the wordpress.conf:
# WordPress: deny general stuff
location ~* ^/(?:xmlrpc\.php|wp-links-opml\.php|wp-config\.php|wp-config-sample\.php|readme\.html|license\.txt)$ {
deny all;
}
However, this disables xmlrpc feature, which disa
-
Updated
Jan 8, 2022 - C
-
Updated
Oct 20, 2021 - Shell
External auth example does not work on m1 macs, the image used for testing electroma/ingress-demo-authsvc-amd64:0.1 is only built for linux/amd64
https://github.com/kubernetes/ingress-nginx/tree/main/docs/examples/customization/external-auth-headers
docker run electroma/ingress-demo-authsvc-amd64:0.1
WARNING: The requested image's platform (linux/amd64) does not match the detected hos
-
Updated
Jan 9, 2022 - Go
-
Updated
Nov 21, 2021
Issue description
I have see the doc about the benchmark,the result is good: https://apisix.apache.org/docs/apisix/benchmark/
I try it myself, but it is not so good,any one who can tell me how to optimize it.
Here is my env:
I have three host, and they are all 4c8g
host13: I deploy apisix2.11.0 use the source code
host14: I use it to run wrk, the HTTP benchmarking tool
h
-
Updated
Nov 18, 2021 - TypeScript
-
Updated
Jan 2, 2022 - JavaScript
-
Updated
Jan 8, 2022 - C++
-
Updated
Jul 18, 2019
-
Updated
Jan 4, 2022 - Shell
-
Updated
Sep 25, 2021 - Python
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
-
Updated
Jan 9, 2022 - Go
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
Dec 23, 2021 - Python
-
Updated
Dec 16, 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: