1
0
Fork 0
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:
navanchauhan 2022-08-09 19:25:31 -04:00
parent cf808eb590
commit dcdb133afa

View file

@ -21,7 +21,7 @@ location __PATH__/static {
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/media {
alias __FINALPATH__/mediafiles;
alias __DATADIR__;
}