From 8fc6cc7de7307c3bcce4a223354af18bbb88f366 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 17 Mar 2015 23:37:53 +0100 Subject: [PATCH] Fix closing strong tag in doc --- templates/default/documentation.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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