mirror of
https://github.com/YunoHost-Apps/libreto_ynh.git
synced 2024-09-03 19:36:14 +02:00
[fix] Nginx issue
This commit is contained in:
parent
cf7c9f6889
commit
fd8a353403
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ location __PATH__/ {
|
|||
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
|
||||
#client_max_body_size 50M;
|
||||
|
||||
try_files @libreto;
|
||||
try_files "" @libreto;
|
||||
|
||||
location __PATH__/libreto/assets/ {
|
||||
alias __FINALPATH__/libreto/assets/;
|
||||
|
|
Loading…
Reference in a new issue