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,310 public repositories matching this topic...
Automated nginx proxy for Docker containers using docker-gen
-
Updated
Mar 25, 2022 - Python
Sorry for not following the template. It's a straightforward question.
By enabling "WordPress-specific rules", the following codes will be added to the wordpress.conf:
# WordPress: deny general stuff
location ~* ^/(?:xmlrpc\.php|wp-links-opml\.php|wp-config\.php|wp-config-sample\.php|readme\.html|license\.txt)$ {
deny all;
}
However, this disables xmlrpc feature, which disa
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
-
Updated
Mar 16, 2022 - C
How to improve NGINX performance, security, and other important things.
-
Updated
Oct 20, 2021 - Shell
The Single Sign-On Multi-Factor portal for web apps
-
Updated
Mar 25, 2022 - Go
We currently have this doc for monitoring using prometheus+grafana https://kubernetes.github.io/ingress-nginx/user-guide/monitoring/
But there is no documentation for using servicemonitor.
For users who want to use their existing prometheus instances, servicemonitor will help scrape metrics from ingress-nginx-controller namespace .
A popular method to use prometheus is the kube-promeheus-
Nginx HTTP server boilerplate configs
-
Updated
Mar 1, 2022
Description
maybe we should tell them "usename or password is error"
Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids
-
Updated
Mar 23, 2022 - TypeScript
Docker container for managing Nginx proxy hosts with a simple, powerful interface
-
Updated
Mar 24, 2022 - JavaScript
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
Mar 20, 2022 - C++
(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
Mar 24, 2022 - Shell
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.
A modern Docker LAMP stack and MEAN stack for local development
-
Updated
Mar 24, 2022 - PHP
NGINX and NGINX Plus Ingress Controllers for Kubernetes
-
Updated
Mar 25, 2022 - Go
Describe the bug
The documentation and some tests uses gw.ns(.svc.cluster.local) for gateways.
I think this is the correct format for istio gateways: <gateway namespace>/<gateway name>
Like here:
re. https://istio.io/latest/docs/reference/config/networking/virtua
This Ansible collection provides battle tested hardening for Linux, SSH, nginx, MySQL
-
Updated
Mar 25, 2022 - Jinja
Docker image with uWSGI and Nginx for Flask applications in Python running in a single container. Optionally with Alpine Linux.
-
Updated
Mar 25, 2022 - Python
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
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