Created
August 31, 2013 18:52
-
-
Save ef4/6399944 to your computer and use it in GitHub Desktop.
php5-fpm configuration for owncloud
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[owncloud] | |
user = owncloud | |
listen = /var/run/php5-fpm-owncloud.sock | |
listen.owner = www-data | |
listen.group = www-data | |
listen.mode = 0600 | |
pm = dynamic | |
pm.max_children = 5 | |
pm.start_servers = 2 | |
pm.min_spare_servers = 1 | |
pm.max_spare_servers = 3 | |
chroot = /var/lib/owncloud | |
chdir = / |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment