This commit is contained in:
Nicolas Bally 2018-03-21 10:57:57 +01:00
parent e56905a22e
commit 29a9d481c0

View File

@ -1,7 +1,7 @@
if Rails.env.production? if Rails.env.production?
WickedPdf.config = { WickedPdf.config = {
:exe_path => "/usr/bin/xvfb-run -- /usr/local/bin/wkhtmltopdf" :exe_path => "/usr/local/bin/wkhtmltopdfwrapper.sh"
} }
else else
WickedPdf.config = { WickedPdf.config = {