1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-01 05:01:41 +02:00

Typo in documentation

This commit is contained in:
Daniel Berteaud 2015-06-17 14:11:48 +02:00
parent c6a39b7c0c
commit 095aa03930

View File

@ -239,7 +239,7 @@ echo "LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so" \\
Set permissions on the cache directory
</h3>
<p>
The <strong>cache</strong> directory must be writeable for the user running the VROOM daemon, which is apache in the privided systemd unit
The <strong>cache</strong> directory must be writeable for the user running the VROOM daemon, which is apache in the provided systemd unit
<pre>
chown -R apache ./cache
chmod 700 ./cache</pre>