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,264 public repositories matching this topic...
-
Updated
Aug 14, 2021 - Python
-
Updated
Aug 15, 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 14, 2021 - TypeScript
Please update documentation to add Known OIDC Redirect URI's for the following applications:
Wekan (version 5.41) ---> https://wekan.example.com/_oauth_oidc
Portainer CE (version 2.6.1) ---> https://portainer.example.com
Nextcloud (Requires Add-on: Here, Version 22.1.0) --> https://nextcloud.example.com/apps/oidc_login/oidc
Issue description
The default_conn_delay of the limit-conn plug-in is used to control the delay of forwarding to upstreams when the connection exceeds a certain threshold, but after actual testing, it is found that this delay time is not strictly in accordance with the configured delay time.
https://github.com/openresty/lua-resty-limit-traffic/blob/master/lib/resty/limit/conn.lua#L98-L101
-
Updated
Aug 14, 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 16, 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.