kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
feat(nginx): Use builtin envsubst mechanics of nginx container
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2547>environments/review-docs-2085-h577jp/deployments/18806
rodzic
346d4e9639
commit
abf1306e2f
|
@ -81,6 +81,14 @@ server {
|
|||
proxy_pass http://funkwhale-api/api/subsonic/rest/;
|
||||
}
|
||||
|
||||
location /media/__sized__/ {
|
||||
alias /protected/media/__sized__/;
|
||||
}
|
||||
|
||||
location /media/attachments/ {
|
||||
alias /protected/media/attachments/;
|
||||
}
|
||||
|
||||
location /.well-known/ {
|
||||
include /etc/nginx/funkwhale_proxy.conf;
|
||||
proxy_pass http://funkwhale-api;
|
||||
|
|
Ładowanie…
Reference in New Issue