You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# symlink issue with PHP-FPM and OPcache. Symlink may not be refreshed, so it's necessary to use a real path (eg. after a deployment with Capifony which uses the current symlink to point towards a release directory, you may notice that PHP-FPM displays old pages or freezes) :
271
+
# When you are using symlinks to link the document root to the
272
+
# current version of your application, you should pass the real
273
+
# application path instead of the path to the symlink to PHP
274
+
# FPM.
275
+
# Otherwise, PHP's OPcache may not properly detect changes to
276
+
# your PHP files (see https://github.com/zendtech/ZendOptimizerPlus/issues/126
# symlink issue with PHP-FPM and OPcache. Symlink may not be refreshed, so it's necessary to use a real path (eg. after a deployment with Capifony which uses the current symlink to point towards a release directory, you may notice that PHP-FPM displays old pages or freezes) :
286
+
# When you are using symlinks to link the document root to the
287
+
# current version of your application, you should pass the real
288
+
# application path instead of the path to the symlink to PHP
289
+
# FPM.
290
+
# Otherwise, PHP's OPcache may not properly detect changes to
291
+
# your PHP files (see https://github.com/zendtech/ZendOptimizerPlus/issues/126
0 commit comments