Is it useful to use Fail2Ban in this configuration? Should I monitor my Nginx reverse proxy or my Apache server ?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hey @vw,
If you are using Nginx as a reverse proxy I would assume you that’s what listening on port 80 and 443, correct?
If that is correct then use Fail2Ban on Nginx. Basically whatever is listening on port 80 and 443. Having said that to be completly sure, can you confirm what’s your exact setup, why do you have Nginx as a reverse proxy to Apache?