mirror of
https://github.com/YunoHost-Apps/tandoor_ynh.git
synced 2024-09-03 20:35:56 +02:00
specify datadir
This commit is contained in:
parent
cf808eb590
commit
dcdb133afa
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ location __PATH__/static {
|
||||||
|
|
||||||
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
|
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
|
||||||
location __PATH__/media {
|
location __PATH__/media {
|
||||||
alias __FINALPATH__/mediafiles;
|
alias __DATADIR__;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue