It's PHP OPcache which is set by default ON with a 60 second timestamp check for edits on the files.
Since the QNAP php.ini config gets overwritten if you edit using the web interface, what you need to do is access via SSH and edit the php.ini located in these directories:
/etc/default_config/php.ini
/mnt/HDA_ROOT/.config/php.ini

And add the following in the Opcache section:
opcache.enable = 0
opcache.validate_timestamps = 0

 

資料來源:https://forum.qnap.com/viewtopic.php?t=113728

文章標籤
全站熱搜
創作者介紹
創作者 Robarter 的頭像
Robarter

羅巴特

Robarter 發表在 痞客邦 留言(0) 人氣(205)