I did it! Problem solved.
I followed this tutorial:
My problem was in apache conf file for my libreoffice online instance.
Main websocket was set without the option “nocanon”
So I made this change:
# Main websocket
ProxyPassMatch “/lool/(.)/ws$" wss://127.0.0.1:9980/lool/$1/ws nocanon
# ProxyPassMatch "/lool/(.)/ws$” wss://127.0.0.1:9980/lool/$1/ws
Hope that does the trick for you.
I’m gonna test it with aufs instead of devicemapper to save me the assle of setting a direct-lvm (loop-lvm is not recommended on production environment).
UPDATE:
No, it did not work on aufs device driver. Gonna stick with devicemapper and set-up direct-lvm.