Skip to content

Improvement of Apache config consistency and ease of configuration

Johannes H. requested to merge (removed):develop into develop

This includes two small changes:

  • use quotation marks for every path in a directory block
  • use a variable for the root path of a Funkwhale installation (the default remains /srv/funkwhale)

The first change improves consistency, and while it works both with and without quotation marks, Apache's documentation seems to favour having quotation marks.

The second change makes the task of configuring a new installation easier and removes potential for error, when previously one had to re-enter the same base path multiple times. I'm not sure on the wording of FUNKWHALE_ROOT_PATH, but it's the best I could come up with.

This configuration file has been tested on my pod.

Merge request reports