When I save changes to a PHP file and then reload, it continues to execute the old version of the script for a minute or so regardless of how many refreshes I do. After 1 minute (or so) it executes the current version.
How do I disable this behaviour so changes occur immediately?
Setup is PHP-FPM with Nginx.