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,331 public repositories matching this topic...
-
Updated
Mar 28, 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
Mar 30, 2022 - C
-
Updated
Oct 20, 2021 - Shell
-
Updated
Mar 31, 2022 - Go
I'd like to have support for an controller.admissionWebhooks.extraEnvs value in the Helm chart.
Currently, there is an controller.extraEnvs variable, but this is not applied for any jobs that are part of the pre-install hooks.
The reason for this is that Azure Firewall blocks any connectivity to the API server, unless the proper FQDN is used in the TLS/SNI request. This means the Nginx pod
-
Updated
Mar 1, 2022
feat: As a user, I want to hide 5xx error detail from the client, so that the detail is not leaked
Description
For example,
https://github.com/apache/apisix/blob/a1482dd78cf8494e1ce9f6ca246d9afde3aa733a/apisix/plugins/authz-keycloak.lua#L664-L666
will tell the client about the token endpoint configuration.
-
Updated
Mar 23, 2022 - TypeScript
-
Updated
Mar 31, 2022 - JavaScript
-
Updated
Mar 27, 2022 - C++
-
Updated
Mar 30, 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
Mar 31, 2022 - PHP
-
Updated
Mar 30, 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
Mar 25, 2022 - Jinja
-
Updated
Mar 29, 2022 - Python
Expected Behaviour
When using K8s 1.22 and newer, use the new namespace for ingress, for older use the deprecated API (apiVersion: extensions/v1beta1)
Several apps gener
Created by Igor Sysoev
Released October 4, 2004
- Repository
- nginx/nginx
- Website
- nginx.org
- Wikipedia
- Wikipedia
expected result:
example.com?param=abc -> will become example.com
example.com/?param=abc -> will stay example.com/
actual result:
example.com?param=abc -> become example.com
example.com/?param=abc -> stays example.com/?param=abc