- Server operating system version
- CentOS 7.9.2009
- Plesk version and microupdate number
- 18.0.57 #5
Hi All,
No nginx cache or other cache system !
I have an index.php:
I change it and save (from FTP or FILES in plesk):
The modification is visible after ~50s without any action (just refresh browser). Meanwhile, if I edit this file, the change is visible but not in a browser.
An idea ?
Best regards,
No nginx cache or other cache system !
I have an index.php:
<?php
echo "test0";
exit();
I change it and save (from FTP or FILES in plesk):
<?php
echo "test1";
exit();
The modification is visible after ~50s without any action (just refresh browser). Meanwhile, if I edit this file, the change is visible but not in a browser.
An idea ?
Best regards,