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
3 changed files with 4 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue