Skip to content

Instantly share code, notes, and snippets.

@ef4
Created August 31, 2013 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ef4/6399944 to your computer and use it in GitHub Desktop.
Save ef4/6399944 to your computer and use it in GitHub Desktop.
php5-fpm configuration for owncloud
[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