Answer the question
In order to leave comments, you need to log in
Why are changes not reflected in the nginx + php-fpm + mariadb bundle on ubuntu when editing index.php?
Good day!
I installed the nginx+php-fpm+mariadb bundle on my ubuntu and ran into an incomprehensible problem - when editing index.php, the changes are not reflected. I did not enter any caching settings, I did not install the accelerator ... Who faced this behavior, please tell me in which direction it is worth digging? index'om.php was definitely not mistaken.
Answer the question
In order to leave comments, you need to log in
The problem disappeared after restarting the computer... It seems that php-fpm is not restarting, restarted with the command sudo /etc/init.d/php5-fpm restart. I also uncommented the line in php.ini zend.opcache.enable = 0
Rename index.php to something else and see what happens. If, nevertheless, this is the desired index.php, then show ALL nginx settings files, well, and at the same time your index.php
2 options:
either it's xcache, eaccelerator, apc
or it's the expires header, try ctrl+f5 instead of f5 and put
expires 0 in the location with php;
I agree with @Nc_Soft - most likely the reason is in the cache.
You are probably testing through a browser.
Try to telnet to 80, that should clear things up.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question