diff --git a/changes/changelog.d/2173.doc b/changes/changelog.d/2173.doc new file mode 100644 index 000000000..90824f0ec --- /dev/null +++ b/changes/changelog.d/2173.doc @@ -0,0 +1 @@ +Fix instructions for using custom nginx configurations in our documentation diff --git a/deploy/docker.funkwhale_proxy.conf b/deploy/docker.funkwhale_proxy.conf new file mode 120000 index 000000000..8bbfaabb5 --- /dev/null +++ b/deploy/docker.funkwhale_proxy.conf @@ -0,0 +1 @@ +../front/docker/funkwhale_proxy.conf \ No newline at end of file diff --git a/docs/administrator/installation/docker.md b/docs/administrator/installation/docker.md index dfe634e2e..c1534fe03 100644 --- a/docs/administrator/installation/docker.md +++ b/docs/administrator/installation/docker.md @@ -238,8 +238,8 @@ The frontend container ships default Nginx templates which serve content to the 2. Download the Nginx template files to the `/srv/funkwhale/nginx` directory. ```{code-block} sh - curl -L -o /srv/funkwhale/nginx/funkwhale.template "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/${FUNKWHALE_VERSION}/deploy/docker.nginx.template" - curl -L -o /srv/funkwhale/nginx/funkwhale_proxy.conf "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/${FUNKWHALE_VERSION}/deploy/docker.funkwhale_proxy.conf" + curl -L -o /srv/funkwhale/nginx/funkwhale.template "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/${FUNKWHALE_VERSION}/front/docker/funkwhale.conf.template" + curl -L -o /srv/funkwhale/nginx/funkwhale_proxy.conf "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/${FUNKWHALE_VERSION}/front/docker/funkwhale_proxy.conf" ``` 3. Make any changes you want to make to these files.