From 4648661fd9934b833fd6c47e3daeaa7525d13a33 Mon Sep 17 00:00:00 2001 From: Remington Steed Date: Mon, 21 Nov 2016 10:22:55 -0500 Subject: [PATCH] Clarify install instructions by using absolute paths The instructions generally use absolute paths. This commit changes a relative path to absolute to make it more clear and to follow this convention. Signed-off-by: Remington Steed --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index a5b3324..a3fc351 100644 --- a/README +++ b/README @@ -439,13 +439,13 @@ a2dismod websocket .(Debian) [source, bash] --------------------------------------------------------------------------- -cp examples/apache2/websockets/apache2.conf /etc/apache2-websockets/ +cp SYSCONFDIR/examples/apache2/websockets/apache2.conf /etc/apache2-websockets/ --------------------------------------------------------------------------- + .(Ubuntu Trusty / Xenial) [source, bash] --------------------------------------------------------------------------- -cp examples/apache_24/websockets/apache2.conf /etc/apache2-websockets/ +cp SYSCONFDIR/examples/apache_24/websockets/apache2.conf /etc/apache2-websockets/ --------------------------------------------------------------------------- + 6. OPTIONAL: add these configuration variables to `/etc/apache2-websockets/envvars` -- 2.11.0