Merge pull request #574 from owncloud/fixes

Minor fixes
This commit is contained in:
Morris Jobke
2014-09-22 16:58:41 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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).

View File

@@ -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.