23Oca
Is reducing the webserver stack from Caddy, NGINX and PHP-FPM to Caddy and PHP-FPM only a reduction in layered-security?
I have a situation where a webserver behind a network firewall is ran inside of Docker containers. It is setup in this order:
Caddy webserver – acts as WAF, GEOIP block, IP blacklist, HTTP Security Headers modifications, TLS termination, …