mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
@@ -13,7 +13,7 @@ Prerequisites
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
.. note:: This tutorial assumes you have terminal access to the machine you want
|
||||
to install owncloud on. Although this is not an absolute requirement,
|
||||
to install ownCloud on. Although this is not an absolute requirement,
|
||||
installation without it is highly likely to require contacting your
|
||||
hoster (e.g. for installing required modules).
|
||||
|
||||
|
||||
@@ -240,7 +240,7 @@ To ensure your configuration is correct:
|
||||
|
||||
7. Choose the `Request Filtering` feature from the IIS Manager.
|
||||
|
||||
8. Ensure that all verbs are permitted (or none are forbidden) in the `Verbs` tab. You need to allow the verbs ``GET``, ``HEAD``, ``POST``, ``OPTIONS``, ``PROPFIND``, ``PUT``, ``MKCOL``, ``MKCALENDAR``, ``DELETE``, ``COPY`` and MOVE``.
|
||||
8. Ensure that all verbs are permitted (or none are forbidden) in the `Verbs` tab. You need to allow the verbs ``GET``, ``HEAD``, ``POST``, ``OPTIONS``, ``PROPFIND``, ``PUT``, ``MKCOL``, ``MKCALENDAR``, ``DELETE``, ``COPY``, and ``MOVE``.
|
||||
|
||||
.. note:: Because ownCloud must be able to use WebDAV on the application level, you must also ensure that you do not enable the WebDAV authoring module.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user