Brendan Abolivier 6 lat temu
rodzic
commit
a7576510f4
Podpisane przez: Brendan Abolivier <contact@brendanabolivier.com> ID klucza GPG: 8EF1500759F70623
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      content/your-own-google-drive-docs.md

+ 1
- 1
content/your-own-google-drive-docs.md Wyświetl plik

@@ -273,7 +273,7 @@ All of these solutions work pretty well together, and are part of recommendation
273 273
 
274 274
 ### Zend OPCache
275 275
 
276
-PHP already comes bundled with a cache mechanism, which is a PHP opcache named Zend OPCache. Basically, a PHP opcache stores compiled PHP scripts so they don’t need to be re-compiled every time they are called. To enable it and get it to match Nextcloud's recommendations, uncomment the following line and ajust the necessary values in yout `/etc/php/7.0/fpm/php.ini` file in this way:
276
+PHP already comes bundled with a cache mechanism, which is a PHP opcache named Zend OPCache. Basically, a PHP opcache stores compiled PHP scripts so they don’t need to be re-compiled every time they are called. To enable it and get it to match Nextcloud's recommendations, uncomment the following lines and ajust the necessary values in yout `/etc/php/7.0/fpm/php.ini` file in this way:
277 277
 
278 278
 ```
279 279
 opcache.enable=1