mirror of
https://github.com/YunoHost-Apps/libreto_ynh.git
synced 2024-09-03 19:36:14 +02:00
Fix assets location
Because __PATH__ is already /libreto/
This commit is contained in:
parent
da6b856c13
commit
91317eb16b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ location __PATH__/ {
|
||||||
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
|
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
|
||||||
#client_max_body_size 50M;
|
#client_max_body_size 50M;
|
||||||
|
|
||||||
location __PATH__/libreto/assets/ {
|
location __PATH__/assets/ {
|
||||||
alias __FINALPATH__/libreto/assets/;
|
alias __FINALPATH__/libreto/assets/;
|
||||||
}
|
}
|
||||||
# IF YOU CHANGE SOMETHING IN THIS CONFIGURATION
|
# IF YOU CHANGE SOMETHING IN THIS CONFIGURATION
|
||||||
|
|
Loading…
Add table
Reference in a new issue