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
-
- - level: Set the logging level. Can be one of debug, info, warn,
- error or fatal
-
-
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)