[owncloud] update README.fedora for new http config layout

Adam Williamson adamwill at fedoraproject.org
Sat Mar 7 01:49:07 UTC 2015


commit 1b7a736cb0f7c77a307ed352e244abb2b2215e38
Author: Adam Williamson <awilliam at redhat.com>
Date:   Fri Mar 6 17:39:17 2015 -0800

    update README.fedora for new http config layout

 owncloud-README.fedora | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/owncloud-README.fedora b/owncloud-README.fedora
index 8d33841..4f6bc1e 100644
--- a/owncloud-README.fedora
+++ b/owncloud-README.fedora
@@ -14,9 +14,18 @@ Webserver
 ---------
 Currently ownCloud in Fedora supports httpd (Apache) and nginx. You must install
 at least one webserver subpackage (owncloud-<webserver>). These packages
-include additional configuration files for the webservers. Note that these
-files are just samples. For production setup you should adjust (or, better,
-override) them to your needs. Remote access is disabled by default.
+include additional configuration files for the webservers. Remote access is
+disabled by default. To enable access from any host for Apache **AFTER** you
+complete the initial setup process, do this:
+
+ln -s /etc/httpd/conf.d/owncloud-access.conf.avail /etc/httpd/conf.d/z-owncloud-access.conf
+
+If you wish to adjust any of the settings it is recommended that you create
+a new configuration file that will override owncloud.conf, rather than editing
+it, so future changes to the packaged file will be respected on your server.
+If you do not do this, please be careful to check for changes in the packaged
+configuration file (especially on major ownCloud upgrades) and merge into
+your modified configuration as appropriate.
 
 Database
 --------


More information about the scm-commits mailing list