Changes between Version 11 and Version 12 of nextcloud-admin


Ignore:
Timestamp:
Aug 4, 2017, 12:02:44 AM (7 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • nextcloud-admin

    v11 v12  
    7878In addition, php5-fpm should work mostly out of the box but requires these tweaks:
    7979
    80  * Uncomment the the lines starting with env (so environment variables are available to nextcloud)
     80 * /etc/php5/fpm/pool.d/www.conf:
     81  * Uncomment the the lines starting with env (so environment variables are available to nextcloud)
     82  * Change:
     83{{{
     84pm.max_children = 50
     85pm.start_servers = 10
     86pm.min_spare_servers = 10
     87pm.max_spare_servers = 15
     88}}}
    8189 * Add the file `/etc/php5/fpm/conf.d/100-nextcloud.ini` with the contents:
    8290{{{