You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decrease minimal Ubuntu version to 14.04 (as we no longer depend on systemd)
We now take advantage of the default config and folder structures of the Ubuntu versions of Nginx and PHP-FPM:
Instead of rewriting all of PHP-FPM config we take advange of pools (pool.d folder)
Instead of rewriting nginx.conf with all those radical changes, we simply include a new folder and change the user it is run as, that way it shouldn't break any previously configured sites.