From 66714177edeabc4e09320d6564d246ae1b3dd75f Mon Sep 17 00:00:00 2001 From: dbolton Date: Thu, 19 Nov 2015 00:17:21 -0600 Subject: [PATCH] Update linux_installation.rst --- admin_manual/installation/linux_installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/installation/linux_installation.rst b/admin_manual/installation/linux_installation.rst index 62163c1bd..a79444f12 100644 --- a/admin_manual/installation/linux_installation.rst +++ b/admin_manual/installation/linux_installation.rst @@ -64,7 +64,7 @@ Mageia software repository. .. _Mageia Wiki: https://wiki.mageia.org/en/OwnCloud **Debian/Ubuntu:** The package installs an additional Apache config file to -``/etc/apache2/conf.d/owncloud.conf`` which contains an ``Alias`` to the +``/etc/apache2/conf-available/owncloud.conf`` which contains an ``Alias`` to the owncloud installation directory as well as some more needed configuration options. @@ -73,4 +73,4 @@ want to use CalDAV or CardDAV clients make sure you have configured the correct :ref:`service-discovery-label` URLs. **Note for MySQL/MariaDB environments**: Please refer to :ref:`db-binlog-label` -on how to correctly configure your environment if you have binary logging enabled. \ No newline at end of file +on how to correctly configure your environment if you have binary logging enabled.