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,563 public repositories matching this topic...
Automated nginx proxy for Docker containers using docker-gen
-
Updated
Oct 10, 2021 - 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
Oct 1, 2021 - C
-
Updated
Oct 11, 2021 - JavaScript
How to improve NGINX performance, security, and other important things.
-
Updated
Oct 1, 2021 - Shell
We are on Nginx version 1.19 and alpine 3.14 on main and legacy branch. Unfortunately the code of legacy branch does not reflect the correct version. In order to prevent confusion and also to be sure that for eventually future versions based on legacy branch the images have correct versions of nginx and alpine, we need to adjust the code of legacy branch.
Have a look at these commits on main:
Nginx HTTP server boilerplate configs
-
Updated
Sep 15, 2021
Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids
-
Updated
Oct 10, 2021 - TypeScript
Issue description
-
the pluginx wolf-rbac 's login url /apisix/plugin/wolf-rbac/login return the json but header give the content-type is text/plain, when the browsr crossdomain post then show the cors error, please change the plugin login post give the Content-type to application/json
-
The wolf-rabc 's login uri /apisix/plugin/wolf-rbac/login will lose the cors plugin add the
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
Sep 17, 2021 - C++
Microservices from Design to Deployment 中文版 《微服务:从设计到部署》
-
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
Nginx UI allows you to access and modify the nginx configurations files without cli.
-
Updated
Sep 25, 2021 - 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.
A modern Docker LAMP stack and MEAN stack for local development
-
Updated
Oct 5, 2021 - PHP
(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
Sep 26, 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 caDocker image with uWSGI and Nginx for Flask applications in Python running in a single container. Optionally with Alpine Linux.
-
Updated
Oct 8, 2021 - Python
Nginx virtual host traffic status module
-
Updated
Aug 27, 2021 - C
This Ansible collection provides battle tested hardening for Linux, SSH, nginx, MySQL
-
Updated
Oct 11, 2021 - Jinja
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.