fix(nginx): Fix docker nginx configurations

This commit is contained in:
Georg Krause 2023-11-23 12:55:52 +00:00
commit 6157df5552
3 changed files with 14 additions and 9 deletions

View file

@ -1,7 +1,6 @@
upstream funkwhale-api {
# depending on your setup, you may want to update this
server ${FUNKWHALE_API_IP}:${FUNKWHALE_API_PORT};
server ${FUNKWHALE_API_HOST}:${FUNKWHALE_API_PORT};
}
upstream funkwhale-front {