mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #885 from uusijani/a2ensite
Use a2ensite instead of ln -s to enable site
This commit is contained in:
commit
016c4868d9
@ -256,9 +256,9 @@ it, replacing the **Directory** and other filepaths with your own filepaths::
|
||||
|
||||
</Directory>
|
||||
|
||||
Then create a symlink to :file:`/etc/apache2/sites-enabled`::
|
||||
Then enable the newly created site::
|
||||
|
||||
ln -s /etc/apache2/sites-available/nextcloud.conf /etc/apache2/sites-enabled/nextcloud.conf
|
||||
a2ensite nextcloud.conf
|
||||
|
||||
Additional Apache configurations
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Loading…
Reference in New Issue
Block a user