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:
parent
0136287073
commit
c8d0c60769
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -8,7 +8,7 @@ location __PATH__/ {
|
||||||
}
|
}
|
||||||
|
|
||||||
location /images/ {
|
location /images/ {
|
||||||
alias __DATADIR__/images/;
|
alias __FINALPATH__/images/;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /static/ {
|
location /static/ {
|
||||||
|
|
Loading…
Reference in a new issue