1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tandoor_ynh.git synced 2024-09-03 20:35:56 +02:00

directory ttraversal fix

This commit is contained in:
navanchauhan 2022-08-09 20:28:39 -04:00
parent 809612b6e0
commit 83431e60b2

View file

@ -18,7 +18,7 @@ location /static {
} }
location /media { location /media {
alias __DATADIR__; alias __DATADIR__/;
} }