diff options
Diffstat (limited to '10-opcache.ini')
-rw-r--r-- | 10-opcache.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/10-opcache.ini b/10-opcache.ini index a5be172..d188ef0 100644 --- a/10-opcache.ini +++ b/10-opcache.ini @@ -136,12 +136,12 @@ opcache.huge_code_pages=0 ; Specifies a PHP script that is going to be compiled and executed at server ; start-up. -; http://php.net/opcache.preload +; https://php.net/opcache.preload ;opcache.preload= ; Preloading code as root is not allowed for security reasons. This directive ; facilitates to let the preloading to be run as another user. -; http://php.net/opcache.preload_user +; https://php.net/opcache.preload_user ;opcache.preload_user= ; Prevents caching files that are less than this number of seconds old. It |