summaryrefslogtreecommitdiffstats
path: root/owncloud-access-httpd.conf.avail
diff options
context:
space:
mode:
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>