mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 05:59:55 +02:00
11 lines
352 B
Text
11 lines
352 B
Text
Added documentation for optimizing Funkwhale and reduce its memory
|
|
footprint.
|
|
|
|
Changelog
|
|
^^^^^^^^^
|
|
|
|
For non-docker deployments, add ``--proxy-headers`` at the end of the ``daphne``
|
|
command in :file:`/etc/systemd/system/funkwhale-server.service`.
|
|
|
|
This will ensure the application receive the correct IP address from the client
|
|
and not the proxy's one.
|