Browse Source

php.ini template

pull/1/head
theonlydoo 9 years ago
parent
commit
0163c1bdb1
2 changed files with 1793 additions and 0 deletions
  1. +4
    -0
      roles/owncloud/tasks/main.yml
  2. +1789
    -0
      roles/owncloud/templates/php.ini.j2

+ 4
- 0
roles/owncloud/tasks/main.yml View File

@ -59,6 +59,10 @@
template: src=etc-php5-fpm-pool.d-www.conf.j2 dest=/etc/php5/fpm/pool.d/www.conf
tags: owncloud
notify: restart php5-fpm
- name: Config PHP5-fpm ini file
template: src=php.ini.j2 dest=/etc/php5/fpm/php.ini
tags: owncloud
notify: restart php5-fpm
- name: Import database template
tags:

+ 1789
- 0
roles/owncloud/templates/php.ini.j2
File diff suppressed because it is too large
View File


Loading…
Cancel
Save