mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Adding logOutputFile: '/dev/null' (#1371)
* 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 `''`
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user