260614d
# If symlinked or copied to /etc/httpd/conf.d/z-nextcloud-access.conf
260614d
# (or any other name that is alphabetically later than
260614d
# 'nextcloud.conf'), this file will permit access to the ownCloud
260614d
# installation from any client. Ensure your deployment is correctly
260614d
# configured and secured before doing this!
260614d
#
260614d
# If you SYMLINK this file, you can rely on the ownCloud package to
260614d
# handle any future changes in the directory or URL hierarchy; this
260614d
# file will always achieve the high-level goal 'allow access to the
260614d
# ownCloud installation from any client'. If you COPY this file, you
260614d
# will have to check for changes to the original in future ownCloud
260614d
# package updates, and make any appropriate adjustments to your copy.
260614d
260614d
<Directory /usr/share/nextcloud/>
260614d
    Include conf.d/nextcloud-auth-any.inc
260614d
</Directory>
260614d
260614d
<Directory /var/lib/nextcloud/apps/>
260614d
    Include conf.d/nextcloud-auth-any.inc
260614d
</Directory>
260614d
260614d
<Directory /var/lib/nextcloud/assets/>
260614d
    Include conf.d/nextcloud-auth-any.inc
260614d
</Directory>