Skip to content

Commit

Permalink
Update wordpress.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
ambaum2 committed Aug 31, 2014
1 parent 10b2928 commit bc0b8c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions drupal-nginx/roles/php-fpm/templates/wordpress.conf
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[wordpress]
listen = /var/run/php-fpm/wordpress.sock
listen = /var/run/php-fpm/drupal.sock
listen.owner = nginx
listen.group = nginx
listen.mode = 0660
user = wordpress
group = wordpress
user = drupal
group = drupal
pm = dynamic
pm.max_children = 10
pm.start_servers = 1
pm.min_spare_servers = 1
pm.max_spare_servers = 3
pm.max_requests = 500
chdir = /srv/wordpress/
php_admin_value[open_basedir] = /srv/wordpress/:/tmp
chdir = /srv/drupal/
php_admin_value[open_basedir] = /srv/drupal/:/tmp

0 comments on commit bc0b8c6

Please sign in to comment.