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 <rjs7@calvin.edu>
.(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`