From 5e2221e546cd55e884b2984966aa9dc3468f63c7 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Fri, 31 Oct 2014 23:53:58 -0400 Subject: [PATCH] LP#1369169: Remove hardcoded paths for OpenSRF directory Signed-off-by: Ben Shum Signed-off-by: Bill Erickson --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 8631eb0..38aff45 100644 --- a/README +++ b/README @@ -386,13 +386,13 @@ a2dismod websocket .(Debian / Ubuntu Precise) [source,bash] --------------------------------------------------------------------------- -cp /home/opensrf/OpenSRF/examples/apache2/websockets/apache2.conf /etc/apache2-websockets/ +cp examples/apache2/websockets/apache2.conf /etc/apache2-websockets/ --------------------------------------------------------------------------- + .(Ubuntu Trusty) [source,bash] --------------------------------------------------------------------------- -cp /home/opensrf/OpenSRF/examples/apache_24/websockets/apache2.conf /etc/apache2-websockets/ +cp examples/apache_24/websockets/apache2.conf /etc/apache2-websockets/ --------------------------------------------------------------------------- + 6. OPTIONAL: add these configuration variables to /etc/apache2-websockets/envvars -- 2.11.0