fix: Adjust paths to nginx configuration files

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2514>
environments/review-docs-2173-fg9d5z/deployments/18027
Georg Krause 2023-06-27 10:30:50 +02:00 zatwierdzone przez Marge
rodzic dac14a36e5
commit 94c8730239
3 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -0,0 +1 @@
Fix instructions for using custom nginx configurations in our documentation

Wyświetl plik

@ -0,0 +1 @@
../front/docker/funkwhale_proxy.conf

Wyświetl plik

@ -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.