fix: Adjust paths to nginx configuration files
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2514>
This commit is contained in:
parent
dac14a36e5
commit
94c8730239
|
@ -0,0 +1 @@
|
||||||
|
Fix instructions for using custom nginx configurations in our documentation
|
|
@ -0,0 +1 @@
|
||||||
|
../front/docker/funkwhale_proxy.conf
|
|
@ -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.
|
2. Download the Nginx template files to the `/srv/funkwhale/nginx` directory.
|
||||||
|
|
||||||
```{code-block} sh
|
```{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.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}/deploy/docker.funkwhale_proxy.conf"
|
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.
|
3. Make any changes you want to make to these files.
|
||||||
|
|
Loading…
Reference in New Issue