Brendan Abolivier 6 years ago
parent
commit
a7576510f4
Signed by: Brendan Abolivier <contact@brendanabolivier.com> GPG key ID: 8EF1500759F70623
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      content/your-own-google-drive-docs.md

+ 1
- 1
content/your-own-google-drive-docs.md View File

@@ -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