Skip to content

Instantly share code, notes, and snippets.

@MeenachiSundaram
Last active January 25, 2018 10:41
Show Gist options
  • Select an option

  • Save MeenachiSundaram/3d6b0b34ad653968c8565f1786108b31 to your computer and use it in GitHub Desktop.

Select an option

Save MeenachiSundaram/3d6b0b34ad653968c8565f1786108b31 to your computer and use it in GitHub Desktop.
grav php configuration for Dockerfile (/etc/php/7.0/fpm/pool.d)
[grav]
user = www-data
group = www-data
listen = /run/php/php7.0-fpm.sock
listen.owner = www-data
listen.group = www-data
pm = dynamic
pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3
chdir = /
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment