ansible-collection-nextcloud/roles/php/defaults/main.yml
s3lph 81576dc751
Some checks failed
Ansible Lint / build (push) Successful in 1m7s
Ansible Galaxy / deploy (push) Failing after 1m47s
fix: ansible-lint
2024-04-14 19:56:19 +02:00

16 lines
344 B
YAML

---
php_version: "8.2"
php_use_sury_repo: false
php_ini:
PHP:
memory_limit: "512M"
upload_max_filesize: "2G"
opcache:
opcache.enable: "1"
opcache.memory_consumption: "256"
opcache.interned_strings_buffer: "32"
opcache.max_accelerated_files: "10000"
opcache.revalidate_freq: "60"
opcache.save_comments: "1"