Posts tagged #server

Keeping your dependencies up-to-date

As the business requirements grow, so does the list of dependencies. Managers ask for a new feature, you just composer-require this thing and that other thing, and wire it into the application. But how do you keep track of new features in the dependencies? Or bugfixes? Or, most importantly, security patches?!

Configuring Nginx and PHP-FPM (and Nette)

This text provides a comprehensive guide on how to configure Nginx and PHP-FPM and make it run smoothly with Nette framework.