diff --git a/templates/default/documentation.html.ep b/templates/default/documentation.html.ep index eb47a3f..11aae90 100644 --- a/templates/default/documentation.html.ep +++ b/templates/default/documentation.html.ep @@ -239,7 +239,7 @@ echo "LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so" \\ 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 + The cache directory 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