Reload FPM and/or reset opcache:
# sudo resetopcache
+++ opcache reset for php72 succeeded! +++
+++ opcache reset for php73 succeeded! +++
Or use:
# sudo /usr/sbin/service php*-fpm reload
Reload webserver config
You can modify the templates under ~/nginx and then:
# sudo reloadnginx
+++ nginx reload succeeded! +++
You can modify the templates under ~/apache2 and then:
# sudo reloadapache2
+++ apache2 reload succeeded! +++
Varnish
Reset all varnish cache (Purges Varnish completely):
# sudo clearvarnish
+++ clear all varnish cache succeeded! +++
Reload varnish vcl (after modifying /etc/varnish/default.vcl)
# sudo reloadvarnish
+++ varnish vcl reload succeeded! +++