Commit e807a671 authored by Łukasz Nowak's avatar Łukasz Nowak

- update cloudooo configuration template to enable required handlers


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45033 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d54ad1e7
......@@ -35,6 +35,19 @@ openoffice_port = %(openoffice_port)s
# LD_LIBRARY_PATH passed to OpenOffice
env-LD_LIBRARY_PATH = %(LD_LIBRARY_PATH)s
#
# Mimetype Registry
# It is used to select the handler that will be used in conversion.
# Priority matters, first match take precedence on next lines.
mimetype_registry =
application/pdf * pdf
application/vnd.oasis.opendocument* * ooo
application/vnd.sun.xml* * ooo
text/* * ooo
image/* image/* imagemagick
video/* * ffmpeg
* application/vnd.oasis.opendocument* ooo
[server:main]
use = egg:PasteScript#wsgiutils
host = %(ip)s
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment