From 5ce03e918abcc938a5ba65a040b51bad0f927bc4 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 17 Mar 2015 21:55:32 +0100 Subject: [PATCH] Doc updates --- templates/default/documentation.html.ep | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/templates/default/documentation.html.ep b/templates/default/documentation.html.ep index abf272f..491e22d 100644 --- a/templates/default/documentation.html.ep +++ b/templates/default/documentation.html.ep @@ -231,6 +231,16 @@ echo "LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so" \\ > /etc/httpd/conf.modules.d/00-proxy_ws.conf

+

+ Set permissions on the cache directory +

+

+ The cache must be writeable for the user running the VROOM daemon, which is apache in the privided systemd unit +

+chown -R apache ./cache
+chmod 700 ./cache
+

+

Setup systemd units

@@ -383,16 +393,6 @@ cp /opt/vroom/conf/settings.ini.dist /opt/vroom/conf/settings.ini

-

- log -

-

- This section controls logging of the VROOM daemon. The following settings are available -

-

etherpad @@ -422,6 +422,8 @@ cp /opt/vroom/conf/settings.ini.dist /opt/vroom/conf/settings.ini
  • backend: The backend used to run VROOM. Can be either morbo (recommended for developments) or hypnotoad (recommanded for production).
  • +
  • log_level: Set the logging level. Can be one of debug, info, warn, + error or fatal
  • pid_file: Where to store the PID file of VROOM daemon (has no effect when using the morbo backend)