first commit

This commit is contained in:
2020-08-14 14:06:36 +02:00
commit 9520a72b06
4 changed files with 226 additions and 0 deletions

17
posttemplate/00-loolwsd Executable file
View File

@ -0,0 +1,17 @@
#!/bin/bash
set -e
#. /usr/lib/eole/utils.sh
#
#InstallSSLFiles loolwsd lool lool /etc/loolwsd/
if [ "$(CreoleGet activer_apache)" = "oui" ]; then
a2enconf loolwsd
a2enmod proxy proxy_wstunnel proxy_http
rm -f /etc/nginx/web.d/loolwsd.conf
else
ln -nsf /etc/nginx/snippets/loolwsd.conf /etc/nginx/web.d/loolwsd.conf
fi
exit 0