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.
Automated nginx proxy for Docker containers using docker-gen
-
Updated
Jun 30, 2022 - Python
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
-
Updated
Jul 6, 2022 - C
The Single Sign-On Multi-Factor portal for web apps
-
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
How to improve NGINX performance, security, and other important things.
-
Updated
Oct 20, 2021 - Shell
Nginx HTTP server boilerplate configs
-
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
Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids
-
Updated
Jun 18, 2022 - TypeScript
Docker container for managing Nginx proxy hosts with a simple, powerful interface
-
Updated
Jun 22, 2022 - JavaScript
(VLESS+TCP+TLS/VLESS+TCP+XTLS/VLESS+gRPC+TLS/VLESS+WS+TLS/VMess+TCP+TLS/VMess+WS+TLS/Trojan+TCP+TLS/Trojan+gRPC+TLS/Trojan+TCP+XTLS)+伪装站点、八合一共存脚本,支持多内核安装
-
Updated
Jul 5, 2022 - Shell
ModSecurity is an open source, cross platform web application firewall (WAF) engine for Apache, IIS and Nginx that is developed by Trustwave's SpiderLabs. It has a robust event-based programming language which provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring, logging and real-time analysis. With over 10,000 deployments world-wide, ModSecurity is the most widely deployed WAF in existence.
-
Updated
Jul 4, 2022 - C++
Microservices from Design to Deployment 中文版 《微服务:从设计到部署》
-
Updated
Jul 18, 2019
Nginx UI allows you to access and modify the nginx configurations files without cli.
-
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.
NGINX and NGINX Plus Ingress Controllers for Kubernetes
-
Updated
Jul 5, 2022 - Go
A modern Docker LAMP stack and MEAN stack for local development
-
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
Automatic unattended weekly builds of the current OpenWrt development master branch for X86/64, NanoPi R2S, NanoPi R4S, NanoPi R2C, Phicomm N1, NanoPi NEO3, 树莓派 4B, DoorNet1, DoorNet2, 香橙派 Orange Pi R1 Plus, 香橙派 Orange Pi R1 Plus LTS, 红米AX6, 小米AX3600, 小米AX9000, 红米AX6S/小米AX3200, 红米AC2100, 小米AC2100, 小米CR6606/TR606(联通版), CR6608/TR608(移动版), CR6609/TR609(电信版), 小米4, 小米 R3G, 小米 R3P, 小娱C5, newifi-d2, H1 Box, 贝壳云 P1 , 我家云 lL Pro, x96 Max, 微加云 V-Plus, 章鱼星球 ZYXQ, GT-King, Odroid N2, MXQ Pro+
-
Updated
Jul 5, 2022 - Shell
This Ansible collection provides battle tested hardening for Linux, SSH, nginx, MySQL
-
Updated
Jun 29, 2022 - Jinja
Created by Igor Sysoev
Released October 4, 2004
- Repository
- nginx/nginx
- Website
- nginx.org
- Wikipedia
- Wikipedia

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

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