DB user fixes.

pull/63/head
Ivan Grynenko 8 years ago
parent 4bf2aabdef
commit 3c3c3d6a78
  1. 10
      lemp-rhel7/group_vars/all.yml

@ -11,12 +11,18 @@ mysql_users:
host: "127.0.0.1"
password: dcSEMWpH]O2P(?ubNjFmLYJ[xoVhXiCs
priv: "drupal8db.*:ALL"
- name: drupal8user
host: "localshot"
password: dcSEMWpH]O2P(?ubNjFmLYJ[xoVhXiCs
priv: "drupal8db.*:ALL"
php_date_timezone: "Australia/Melbourne"
# Default user password for vmuser
default_user_password: #uVOInGP&p<jfd}bkelLMEH!ZNRg$xiz
# Whether to enable BigPipe
nginx_bigpipe_enable: yes
#nginx_bigpipe_enable: yes
# DO NOT MODIFY BELOW THIS LINE.
@ -63,7 +69,7 @@ php_enablerepo: "remi-php70"
# PHP-FPM configuration.
php_enable_php_fpm: true
php_fpm_pool_user: www-php
php_fpm_pool_user: vmuser
php_fpm_pool_group: www-php
php_apc_shm_size: "128M"