Corrected also other 3 appearences of conf instead of sites

Searched this whole .rst, no more conf- to correct in it. :)
This commit is contained in:
Darko
2015-09-24 18:07:20 +02:00
parent c2ab01becc
commit 076572a349

View File

@@ -155,9 +155,9 @@ configuration so all you have to do is create a
AllowOverride All
</Directory>
Then create a symlink to :file:`/etc/apache2/conf-enabled`::
Then create a symlink to :file:`/etc/apache2/sites-enabled`::
ln -s /etc/apache2/conf-available/owncloud.conf /etc/apache2/conf-enabled/owncloud.conf
ln -s /etc/apache2/sites-available/owncloud.conf /etc/apache2/sites-enabled/owncloud.conf
Additional Apache Configurations
--------------------------------