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 9,184 public repositories matching this topic...
-
Updated
Feb 24, 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
Feb 19, 2022 - C
-
Updated
Oct 20, 2021 - Shell
We currently have this doc for monitoring using prometheus+grafana https://kubernetes.github.io/ingress-nginx/user-guide/monitoring/
But there is no documentation for using servicemonitor.
For users who want to use their existing prometheus instances, servicemonitor will help scrape metrics from ingress-nginx-controller namespace .
A popular method to use prometheus is the kube-promeheus-
-
Updated
Feb 24, 2022 - Go
-
Updated
Feb 22, 2022
Issue description
- I would like to ask mTLS Between APISIX and Upstream. If so, why is it that only the client certificate and key are configured when configuring the upstream, and the mTLS Between APISIX and Upstream can be completed without configuring the CA certificate?
- 我通过抓包进行分析,发现客户端与apisix之间进行了一个完整且正常的双向认证,apisix与服务端之间也是进行一个完整的双向认证,但是apisix作为客户端与服务端进行双向认证是未校验服务端的证书,请问一下这样做的原因是什
-
Updated
Feb 9, 2022 - TypeScript
-
Updated
Feb 23, 2022 - JavaScript
-
Updated
Feb 15, 2022 - C++
-
Updated
Feb 22, 2022 - Shell
-
Updated
Jul 18, 2019
-
Updated
Feb 8, 2022 - 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
Feb 15, 2022 - PHP
-
Updated
Feb 24, 2022 - Go
Describe the bug
The documentation and some tests uses gw.ns(.svc.cluster.local)
for gateways.
I think this is the correct format for istio gateways: <gateway namespace>/<gateway name>
Like here:
re. https://istio.io/latest/docs/reference/config/networking/virtua
-
Updated
Feb 15, 2022 - Python
-
Updated
Feb 24, 2022 - 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: