Brendan Abolivier vor 6 Jahren
Ursprung
Commit
a7576510f4
Signiert von: Brendan Abolivier <contact@brendanabolivier.com> GPG Schlüssel ID: 8EF1500759F70623
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      content/your-own-google-drive-docs.md

+ 1
- 1
content/your-own-google-drive-docs.md Datei anzeigen

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