From fa67cffe898ee4e7b41fea1c2ee8ac54fd3dbb2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=BCller?= Date: Thu, 16 Nov 2023 16:54:30 +0100 Subject: [PATCH] Add note about .ogg/.flac to upgrade 28 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcel Müller --- admin_manual/release_notes/upgrade_to_28.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/admin_manual/release_notes/upgrade_to_28.rst b/admin_manual/release_notes/upgrade_to_28.rst index 99838c997..785a93d80 100644 --- a/admin_manual/release_notes/upgrade_to_28.rst +++ b/admin_manual/release_notes/upgrade_to_28.rst @@ -16,4 +16,9 @@ Beginning with Nextcloud 28, the monitoring endpoint no longer provides informat You can still ask the monitoring endpoint to show new app updates by using the URL parameter skipApps=false. However, please do not check this endpoint too often. -https://github.com/nextcloud/serverinfo#api \ No newline at end of file +https://github.com/nextcloud/serverinfo#api + +Web server configuration +------------------------ + +* The recommended :ref:`nginx configuration` changed as Nextcloud Talk now serves audio files with ``.ogg`` / ``.flac`` extension, make sure to add these extensions to the list of static files. \ No newline at end of file