An open API service indexing awesome lists of open source software.

https://github.com/xavierog/nginxwaf

An attempt to implement a basic, positive security WAF within nginx
https://github.com/xavierog/nginxwaf

experimental

Last synced: 3 months ago
JSON representation

An attempt to implement a basic, positive security WAF within nginx

Awesome Lists containing this project

README

        

nginxwaf is an attempt to implement a basic, positive security WAF within nginx, without loading additional modules.
Technically, it turns a YAML description of known endpoints into nginx directives (mostly locations and rewrite).

Usage:

```sh
./nginxwaf < myapp-waf.yaml > myapp-waf.nginx.conf
```

Format: see [FORMAT.md](FORMAT.md)