Host multiple web sites securely with nginx, PHP-FPM and MySQL 8 on FreeBSD 12
This article focuses on providing security and isolation on a FreeBSD 12 web server hosting numerous websites. We use php-fpm and nginx to host each website in isolation by running it under its own user process instead of all websites running under the same process, which is much more common. The problem with the more […]