Merge pull request #951 from nextcloud/backport/944/stable14

[stable14] Add Apache modules to OAuth 2 docs
This commit is contained in:
Morris Jobke 2018-11-27 14:11:48 +01:00 committed by GitHub
commit 439bc016e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,4 +33,4 @@ Nextcloud server you will have to send the proper authorization header.
Authorization: Bearer <TOKEN>
Note that apache by default strips this. Make sure you have ``mod_rewrite`` and ``mod_env`` enabled.
Note that apache by default strips this. Make sure you have ``mod_headers``, ``mod_rewrite`` and ``mod_env`` enabled.