Adjust nginx configuration for .ogg and .flac files

Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
This commit is contained in:
Marcel Müller
2023-11-16 16:23:47 +01:00
parent 99b4eb0c9e
commit d35ab2c065
3 changed files with 3 additions and 3 deletions

View File

@ -16,4 +16,4 @@ Nextcloud 27 exposes the :ref:`system address book<system-address-book>`. Restri
Web server configuration
------------------------
* The recommended :ref:`nginx configuration<nginx-config>` changed as Nextcloud now supports module javascript with the ``.mjs`` extension, make sure to add this extension to the list of static files.
* The recommended :ref:`nginx configuration<nginx-config>` changed as Nextcloud now supports module javascript with the ``.mjs`` and audio files with ``.ogg`` / ``.flac`` extension, make sure to add these extensions to the list of static files.