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,236 public repositories matching this topic...
-
Updated
Aug 8, 2021 - Python
-
Updated
Aug 7, 2021 - C
Feature request
Feature description
The generated and installed config files permission are too open, any user logined on the system can read and write them. So i suggest append a chmod command into Extract tar step to keep config files more safty.
How the feature is useful
-
Updated
Jul 20, 2021 - Shell
Docs should be available for all the configurations possible with a values file for the helm chart installation, of the ingress-nginx-controller.
- Here is the documentation example of a table of configurations, https://artifacthub.io/packages/helm/bitnami/mysql
- Here is a documentation example of a bulleted list of configurations, https://www.consul.io/
-
Updated
Jul 31, 2021
-
Updated
Aug 7, 2021 - TypeScript
Issue description
在Consumer中添加 consumer-restriction 插件,里面的 type 能否支持下route_id,这样我们就能基于 consumer 的纬度来限制能访问到的 route,现在的版本我看了下只支持 consumer_name 和 service_id,即只能在 route 纬度来限制 consumer 或者 只能在 consumer 纬度来限制能访问的 service。
需求场景:同一组service下可以有多个route,但是可能有部分route是不用鉴权的或者需要额外申请才给开通,如果能在consumer纬度支持一下 route_id,那样就能更精细化的赋权,且不用每个用户来申请权限都需要对route接口发起一个PATCH请求。
-
Updated
Aug 9, 2021 - C++
-
Updated
Jul 18, 2019
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
Mar 20, 2021 - Python
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
Describe the feature
I was testing a blue/green strategie within my Kubernetes cluster using flagger and the kubernetes provider.
In the documentation, in the blue/green usage strategie steps, we can see that the traffic should be routed to canary while the primary is promoted https://docs.flagger.app/usage/deployment-strategies#blue-green-deployments
I was assuming that using
-
Updated
Aug 4, 2021 - Shell
-
Updated
Jun 26, 2021 - Python
-
Updated
Aug 3, 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.