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:
parent
83431e60b2
commit
6b5295ec4b
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ location / {
|
|||
include conf.d/yunohost_panel.conf.inc;
|
||||
}
|
||||
|
||||
location /static {
|
||||
alias __FINALPATH__/staticfiles;
|
||||
location /static/ {
|
||||
alias __FINALPATH__/staticfiles/;
|
||||
}
|
||||
|
||||
location /media {
|
||||
|
|
Loading…
Add table
Reference in a new issue