You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

php.yaml 183B

12345678910
  1. ---
  2. - name: php memory limit
  3. ini_file:
  4. path: /etc/php/7.3/apache2/php.ini
  5. section: PHP
  6. option: memory_limit
  7. value: '512M'
  8. backup: yes
  9. notify: restart apache2