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/18808
Georg Krause 2023-07-26 10:17:42 +02:00 zatwierdzone przez Marge
rodzic 346d4e9639
commit abf1306e2f
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

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