adamwill pushed to owncloud (f21). "update README.fedora for new http config layout"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri May 1 23:58:42 UTC 2015


>From 1b7a736cb0f7c77a307ed352e244abb2b2215e38 Mon Sep 17 00:00:00 2001
From: Adam Williamson <awilliam at redhat.com>
Date: Fri, 6 Mar 2015 17:39:17 -0800
Subject: update README.fedora for new http config layout


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
 --------
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/owncloud.git/commit/?h=f21&id=1b7a736cb0f7c77a307ed352e244abb2b2215e38


More information about the scm-commits mailing list