From 346093c9a4d0e694cc916379e8a93769e2bf5dbd Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Fri, 17 Nov 2023 17:07:14 +0100 Subject: [PATCH] chore: move web server configuration update up It's important, should be at the top. Signed-off-by: Daniel Kesselberg --- admin_manual/release_notes/upgrade_to_28.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/admin_manual/release_notes/upgrade_to_28.rst b/admin_manual/release_notes/upgrade_to_28.rst index 785a93d80..a70d21b8d 100644 --- a/admin_manual/release_notes/upgrade_to_28.rst +++ b/admin_manual/release_notes/upgrade_to_28.rst @@ -9,6 +9,11 @@ System requirements To be documented +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. + Monitoring ----------