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:56 -04:00
parent 83431e60b2
commit 6b5295ec4b

View file

@ -13,8 +13,8 @@ location / {
include conf.d/yunohost_panel.conf.inc; include conf.d/yunohost_panel.conf.inc;
} }
location /static { location /static/ {
alias __FINALPATH__/staticfiles; alias __FINALPATH__/staticfiles/;
} }
location /media { location /media {