Skip to content

Fix Apache configuration

Built assets are fetched using path like this: /assets/foo-a1b2c3.js. Apache failed to serve those, as it was missing disabling the proxy pass for the static assets folder. This commit adds the necessary configuration for properly serving the static assets.

Maybe other stuff could be cleaned-up, and in general the sample configuration seems over-complicated, but I don't know about the various paths that funkwhale is using, so I can't improve easily.

Possibly related issues:

Merge request reports