mirror of
https://github.com/YunoHost-Apps/libreto_ynh.git
synced 2024-09-03 19:36:14 +02:00
fix assets path
This commit is contained in:
parent
afb8636f68
commit
0cd5aed87b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ location __PATH__/ {
|
|||
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
|
||||
client_max_body_size 50M;
|
||||
|
||||
location __PATH__/assets/ {
|
||||
location __PATH__/libreto/assets/ {
|
||||
alias __INSTALL_DIR__/libreto/libreto/assets/;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue