sintonia/installer
Jonas L 4603c1759f
feat!: use nginx to serve media files (#2860)
Closes #2522

To reduce the strain on the API service, we moved the media file serving
to the Nginx web server. The API is still handling the authentication,
but delegates the serving using the `X-Accel-Redirect` header.

BREAKING CHANGE: The media file serving is now handled by Nginx instead
of the API service. The `storage.path` field is now used in the Nginx
configuration, so make sure to update the Nginx configuration file if
you change it.
2023-12-30 18:59:15 +01:00
..
apache feat: improve apache configuration (#1784) 2022-04-25 12:46:30 +02:00
icecast feat: set icecast mount default charset to UTF-8 2023-04-12 11:42:51 +01:00
nginx feat!: use nginx to serve media files (#2860) 2023-12-30 18:59:15 +01:00
systemd feat(worker): rename service and package to libretime-worker (#2065) 2022-08-20 08:13:30 +02:00
vagrant chore: clean unmaintained centos files (#2212) 2022-10-08 08:07:53 +02:00
config.yml feat!: use nginx to serve media files (#2860) 2023-12-30 18:59:15 +01:00