Wrong nginx conf files links in the documentation
What happens?
The documentation on how to set up the nginx reverse proxy is duplicated:
-
https://docs.funkwhale.audio/installation/docker.html#multi-container-installation
Says to use these command-lines:curl -L -o nginx/funkwhale.template "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/${FUNKWHALE_VERSION}/deploy/docker.nginx.template" curl -L -o nginx/funkwhale_proxy.conf "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/${FUNKWHALE_VERSION}/deploy/docker.funkwhale_proxy.conf"
-
https://docs.funkwhale.audio/installation/index.html#reverse-proxy-configuration
Says to use these command-lines:curl -L -o /etc/nginx/sites-available/funkwhale.template "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/|version|/deploy/docker.proxy.template" curl -L -o /etc/nginx/funkwhale_proxy.conf "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/|version|/deploy/funkwhale_proxy.conf"
If you look at the file names, there are different: docker.nginx.template
vs docker.proxy.template
, and docker.funkwhale_proxy.conf
vs funkwhale_proxy.conf
.
The links in the multi container installation seem to be wrong (they seem to be the ones that should be used within the containers).
What is expected?
- The right links
- Only one documentation page to set up the reverse proxy
Context
Funkwhale version(s) affected: 1.2.0