summaryrefslogtreecommitdiffstats
path: root/owncloud-access-httpd.conf.avail
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-07-05 07:54:26 +0200
committerRemi Collet <fedora@famillecollet.com>2015-07-05 07:54:26 +0200
commit7840065569de84a135711318d66e5bcf8827097e (patch)
tree97e0473a782c76e119c967235b1308fa115acc1d /owncloud-access-httpd.conf.avail
owncloud: import 8.0.4 from rawhide
Diffstat (limited to 'owncloud-access-httpd.conf.avail')
-rw-r--r--owncloud-access-httpd.conf.avail24
1 files changed, 24 insertions, 0 deletions
diff --git a/owncloud-access-httpd.conf.avail b/owncloud-access-httpd.conf.avail
new file mode 100644
index 0000000..70986dc
--- /dev/null
+++ b/owncloud-access-httpd.conf.avail
@@ -0,0 +1,24 @@
+# If symlinked or copied to /etc/httpd/conf.d/z-owncloud-access.conf
+# (or any other name that is alphabetically later than
+# 'owncloud.conf'), this file will permit access to the ownCloud
+# installation from any client. Ensure your deployment is correctly
+# configured and secured before doing this!
+#
+# If you SYMLINK this file, you can rely on the ownCloud package to
+# handle any future changes in the directory or URL hierarchy; this
+# file will always achieve the high-level goal 'allow access to the
+# ownCloud installation from any client'. If you COPY this file, you
+# will have to check for changes to the original in future ownCloud
+# package updates, and make any appropriate adjustments to your copy.
+
+<Directory /usr/share/owncloud/>
+ Include conf.d/owncloud-auth-any.inc
+</Directory>
+
+<Directory /var/lib/owncloud/apps/>
+ Include conf.d/owncloud-auth-any.inc
+</Directory>
+
+<Directory /var/lib/owncloud/assets/>
+ Include conf.d/owncloud-auth-any.inc
+</Directory>