I'm system administrator and one of my colleague (PHP developer, uses yii2
framework) moved all files to another hosting (from A to B). I changed all domain "A" records value to B server's IP via DNSManager. Didn't touch other records.
Problem:
After minute (or less then), server responses actual data for the same request.
Where is the problem (Apache, DNS, Yii2)? How to solve it?
I've found , the Nginx caches every request, and returns old cached data on every quick repeated requests. So I turned off Proxy Cache from Nginx Cache Management.