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,186 public repositories matching this topic...
-
Updated
Jul 30, 2021 - Python
-
Updated
Jun 29, 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
Some e2e tests checks if the nginx generated template contains the expected string, but does not properly tests if it's really working.
Some examples:
-
Updated
Jul 31, 2021
-
Updated
Jul 26, 2021 - TypeScript
Issue description
Environment
Bug report without environment information will be ignored or closed.
- apisix version (cmd:
apisix version
): 2.7 - OS (cmd:
uname -a
): Darwin Kernel Version 20.3.0 - OpenResty / Nginx version (cmd:
nginx -V
oropenresty -V
): openresty/1.19.3.1 - etcd version, if have (cmd: run
curl http://127.0.0.1:9090/v1/server_info
to get the info fro
-
Updated
Jul 30, 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
Jul 28, 2021 - Shell
-
Updated
Jun 26, 2021 - Python
-
Updated
Jul 6, 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.