1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fittrackee_ynh.git synced 2024-09-03 18:36:16 +02:00

Remove datadir

This commit is contained in:
oufmilo 2023-02-06 14:33:33 +01:00
parent 0136287073
commit c8d0c60769
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ DEFAULT_LANGUAGE="English"
## Leave unset to allow all hosts ## Leave unset to allow all hosts
#ALLOWED_HOSTS="localhost,127.0.0.1,[::1]" #ALLOWED_HOSTS="localhost,127.0.0.1,[::1]"
MEDIA_ROOT=__DATADIR__/images/ MEDIA_ROOT=__FINALPATH__/images/
# Database configuration # Database configuration
PGPORT=5432 PGPORT=5432

View file

@ -8,7 +8,7 @@ location __PATH__/ {
} }
location /images/ { location /images/ {
alias __DATADIR__/images/; alias __FINALPATH__/images/;
} }
location /static/ { location /static/ {