diff --git a/admin_manual/configuration_server/oauth2.rst b/admin_manual/configuration_server/oauth2.rst index 49e0b4ce9..c358dfcce 100644 --- a/admin_manual/configuration_server/oauth2.rst +++ b/admin_manual/configuration_server/oauth2.rst @@ -33,4 +33,4 @@ Nextcloud server you will have to send the proper authorization header. Authorization: Bearer -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.