mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 18:26:42 +07:00
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:
@@ -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
|
||||
--------------------------------
|
||||
|
||||
Reference in New Issue
Block a user