mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Missing common audio mime types in Nginx config #31
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nicopowa on 10/21/2025
CloudPanel version(s) affected
2.5.2
Description
Default Nginx configuration misses a few common audio mime types.
How to reproduce
Upload a FLAC file to htdocs and navigate to URL.
Most browsers should start playback using the built-in player.
File gets downloaded instead because of
application/octet-streammime type.Possible Solution
Add audio mime types to
/etc/nginx/mime.typesaudio/flac flac;audio/ogg opus;audio/aac aac;audio/wav wav;Additional Context
No response