From c599fcdb66caa8d637dfcdddded81c9478286938 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sat, 27 Oct 2018 14:46:59 +0200 Subject: [PATCH] add webserver config snippets to distribution tarball Change-Id: Id8b782ab534f9534cde28b4c9a26dcbfddf8f835 --- Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Makefile.am b/Makefile.am index 9913867a8..e8b0dec89 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,6 +41,14 @@ loolwsdconfigdir = @LOOLWSD_CONFIGDIR@ loolwsdconfig_DATA = loolwsd.xml \ loolkitconfig.xcu +apache2configdir = ${sysconfdir}/apache2/conf-available + +apache2config_DATA = etc/apache2/loolwsd.conf + +nginxconfigdir = ${sysconfdir}/nginx/snippets + +nginxconfig_DATA = etc/nginx/loolwsd.conf + ACLOCAL_AMFLAGS = -I m4 # quick and easy for now. @@ -244,6 +252,8 @@ EXTRA_DIST = discovery.xml \ etc/key.pem \ etc/cert.pem \ etc/ca-chain.cert.pem \ + etc/apache2/loolwsd.conf \ + etc/nginx/loolwsd.conf \ scripts/unocommands.py \ $(man_MANS)