summaryrefslogtreecommitdiffstats
path: root/nextcloud-access-httpd.conf.avail
diff options
context:
space:
mode:
authorJames Hogarth <james.hogarth@gmail.com>2017-02-21 14:30:00 +0000
committerJames Hogarth <james.hogarth@gmail.com>2017-02-21 14:30:00 +0000
commit260614d225ad68cf4bb1bc31c2480b2ccd169d56 (patch)
tree50e35459d24d7c7972e5491dd03a19bd3197ce21 /nextcloud-access-httpd.conf.avail
parent3545d203eaf0f4c0bff942e50004f8785f1cd7b3 (diff)
import of srpm from review
Diffstat (limited to 'nextcloud-access-httpd.conf.avail')
-rw-r--r--nextcloud-access-httpd.conf.avail24
1 files changed, 24 insertions, 0 deletions
diff --git a/nextcloud-access-httpd.conf.avail b/nextcloud-access-httpd.conf.avail
new file mode 100644
index 0000000..1caf642
--- /dev/null
+++ b/nextcloud-access-httpd.conf.avail
@@ -0,0 +1,24 @@
+# If symlinked or copied to /etc/httpd/conf.d/z-nextcloud-access.conf
+# (or any other name that is alphabetically later than
+# 'nextcloud.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/nextcloud/>
+ Include conf.d/nextcloud-auth-any.inc
+</Directory>
+
+<Directory /var/lib/nextcloud/apps/>
+ Include conf.d/nextcloud-auth-any.inc
+</Directory>
+
+<Directory /var/lib/nextcloud/assets/>
+ Include conf.d/nextcloud-auth-any.inc
+</Directory>