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,311 public repositories matching this topic...
-
Updated
Aug 24, 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
Aug 18, 2021 - Shell
Migrate to go v1.17
Due to some vulnerabilities in go v1.16 we should migrate code to go v1.17
It is probably easy, but by the same time annoying to do:
- Migrate go.mod
- Migrate all the image runner files
- Release a new e2e test runner image
- Promote the image
- Change in test-infra
- Make a new release with go v1.17
- Promote the release
-
Updated
Jul 31, 2021
-
Updated
Aug 20, 2021 - TypeScript
Issue description
I hope that apisix could be configurated the listening address.
In some special cases, for example, I plan to use a combination of APISIX and Keepalived to achieve high availability.
I will turn on the relevant Linux kernel parameters (to enable the program to listen the IP that does not exist on the local host):
echo "net.ipv4.ip_nonlocal_bind=1" >> /etc/sysc
-
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
Aug 24, 2021 - PHP
-
Updated
Aug 21, 2021 - Shell
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
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.