mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 05:49:24 +02:00
Fixed typo in alias rule
This commit is contained in:
parent
173cd9ef78
commit
5dac6cdc20
3 changed files with 4 additions and 4 deletions
|
@ -51,7 +51,7 @@ server {
|
|||
}
|
||||
|
||||
location /front/ {
|
||||
alias ${FUNKWHALE_FRONTEND_PATH};
|
||||
alias ${FUNKWHALE_FRONTEND_PATH}/;
|
||||
}
|
||||
|
||||
location /federation/ {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue