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,431 public repositories matching this topic...
-
Updated
Sep 13, 2021 - Python
-
Updated
Sep 16, 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
NGINX Ingress controller version:
v1.0.0
Kubernetes version (use kubectl version
):
v1.19.0
Environment:
All
- Cloud provider or hardware configuration:
All - OS (e.g. from /etc/os-release):
What happened:
https://kubernetes.github.io/ingress-nginx/user-guide/multiple-ingress/ is in conflict with https://kubernetes.github.io/ingress-nginx/#i-have-more-than-one-c
-
Updated
Sep 15, 2021
-
Updated
Sep 11, 2021 - TypeScript
-
Updated
Sep 15, 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
Sep 16, 2021 - PHP
-
Updated
Sep 9, 2021 - Shell
Describe the bug
There is a bug in podinfo chart which will not deploy service if you enabled canary, even though you enabled service via helm values.
https://github.com/fluxcd/flagger/blob/main/charts/podinfo/templates/service.yaml#L1
To Reproduce
If you set values like this, it will not deploy service.
service:
enabled: true # service will not be deployed if ca
-
Updated
Sep 14, 2021 - Python
-
Updated
Aug 27, 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.