fix(nginx): Fix docker nginx configurations
This commit is contained in:
parent
eb0c644b93
commit
6157df5552
3 changed files with 14 additions and 9 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue