mirror of
https://github.com/YunoHost-Apps/tandoor_ynh.git
synced 2024-09-03 20:35:56 +02:00
fixed 404
This commit is contained in:
parent
fb5f9987ac
commit
9bf5396b09
1 changed files with 1 additions and 5 deletions
|
@ -13,12 +13,8 @@ location / {
|
||||||
include conf.d/yunohost_panel.conf.inc;
|
include conf.d/yunohost_panel.conf.inc;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /static/ {
|
|
||||||
alias __FINALPATH__/staticfiles;
|
|
||||||
}
|
|
||||||
|
|
||||||
location /media/ {
|
location /media/ {
|
||||||
alias __FINALPATH__/mediafiles;
|
alias __FINALPATH__/mediafiles/;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue