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 9,784 public repositories matching this topic...
Information
Details
Description
The translation for "Copy a base64 string of the compressed config" will revert to English after clicked. Also, the "Copied" text isn't translatable.
Steps to reproduce
Scroll down to Download section and "click on the Copy a base64 string of the compressed config" link.
-
Updated
Jun 30, 2022 - Python
-
Updated
Jul 6, 2022 - C
-
Updated
Jul 6, 2022 - Go
Need to upgrade kind testing to v0.14.0 so we can test against k8s 1.24 releases
https://github.com/kubernetes/ingress-nginx/blob/main/.github/workflows/ci.yaml#L223
/kind feature
/good-first-issue
/priority backlog
/triage accepted
-
Updated
Oct 20, 2021 - Shell
-
Updated
Jul 5, 2022
Description
- When I am using APISIX_PROFILE, if a value is assigned, it will be displayed as follows
a. config-dp.yaml
b. config-cp.yaml
c. ...[others]
- However, when I don't do the assignment, I expect to be
config.yaml
, but I actually getconfig-.yaml
. - It works fine, but the file names look ugly. As someone with code cleanliness, it's hard to accept i
-
Updated
Jun 18, 2022 - TypeScript
-
Updated
Jun 22, 2022 - JavaScript
-
Updated
Jul 5, 2022 - Shell
-
Updated
Jul 4, 2022 - C++
-
Updated
Jul 18, 2019
-
Updated
Feb 8, 2022 - Python
I use naxsi with nginx. I want to add request id which is used by nginx to nginx error logs when blocked by naxsi. Is it possible ? Thanks for help.
-
Updated
Jul 5, 2022 - Go
-
Updated
Jun 20, 2022 - PHP
Describe the bug
We have activated the event and post-rollout webhook and canary analysis is skipped so far. However, we never get triggered by the post-rollout webhook. With the event webhook we get this message "Promotion completed! Canary analysis was skipped for my-test-app". But no post-rollout webhook call.
To Reproduce
Our canaries YAML:
apiVersion: flagger.a
Expected Behaviour
When using K8s 1.22 and newer, use the new namespace for ingress, for older use the deprecated API (apiVersion: extensions/v1beta1
)
Several apps gener
-
Updated
Jul 5, 2022 - Shell
-
Updated
Jun 29, 2022 - Jinja
Created by Igor Sysoev
Released October 4, 2004
- Repository
- nginx/nginx
- Website
- nginx.org
- Wikipedia
- Wikipedia
expected result:
example.com?param=abc -> will become example.com
example.com/?param=abc -> will stay example.com/
actual result:
example.com?param=abc -> become example.com
example.com/?param=abc -> stays example.com/?param=abc