Fixed typo in alias rule

This commit is contained in:
Eliot Berriot 2018-12-19 15:35:23 +01:00
parent 173cd9ef78
commit 5dac6cdc20
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
3 changed files with 4 additions and 4 deletions

View file

@ -51,7 +51,7 @@ server {
}
location /front/ {
alias ${FUNKWHALE_FRONTEND_PATH};
alias ${FUNKWHALE_FRONTEND_PATH}/;
}
location /federation/ {