Host Custom Waf on nginx as a reverse proxy

Viewed 16

i need to create my own custom waf, but the problem is how can the back-end server will be beyond the waf and the flow will be like that : 1- client send a request 2- waf intercept the request and filter it then decide if it will block a request or allow to it 3- if it allows a req, the request will be redirected to the back-end server

after some search, i reached to use nginx as a reverse proxy so if someone have any idea how to config that it'll be great

0 Answers
Related