feat: default memory limit to 128M

This commit is contained in:
VC
2024-07-05 11:53:31 +02:00
parent 4b4b6dd7f1
commit bf485efbef
3 changed files with 5 additions and 3 deletions

View File

@@ -13,8 +13,8 @@
- restart php-fpm
- name: configure php
copy:
src: ./files/php.ini
template:
src: php.ini.j2
dest: /etc/php/{{ php_version }}/fpm/php.ini
notify:
- restart php-fpm