mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 02:26:36 +03:00
* Adding `logOutputFile: '/dev/null'` See https://github.com/dompdf/dompdf/issues/2810#issuecomment-1070927239 for the reason and https://github.com/dompdf/dompdf/issues/1709#issuecomment-466717959 for the solution * Change `logOutputFile` to `''`
5 lines
283 B
YAML
5 lines
283 B
YAML
nucleos_dompdf:
|
|
defaults:
|
|
chroot: '%kernel.project_dir%/public/assets' # See https://github.com/dompdf/dompdf/wiki/Usage#security-restrictions-for-local-files
|
|
logOutputFile: '' # Prevent creating `/tmp/log.htm` which causes problems in some server configurations
|