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
14549f9e34
commit
b55964afc5
1 changed files with 2 additions and 2 deletions
|
@ -13,9 +13,9 @@ location __PATH__/ {
|
|||
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
|
||||
#client_max_body_size 50M;
|
||||
|
||||
try_files $uri $uri/ @libreto;
|
||||
try_files @libreto;
|
||||
|
||||
location __PATH__/assets/ {
|
||||
location __PATH__/libreto/assets/ {
|
||||
alias __FINALPATH__/libreto/assets/;
|
||||
}
|
||||
# Include SSOWAT user panel.
|
||||
|
|
Loading…
Add table
Reference in a new issue