first commit
This commit is contained in:
17
posttemplate/00-loolwsd
Executable file
17
posttemplate/00-loolwsd
Executable 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
|
Reference in New Issue
Block a user