1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/libreto_ynh.git synced 2024-09-03 19:36:14 +02:00

Update nginx.conf

resolve issue #23 for upgrade libreto
This commit is contained in:
Robles Rodolphe 2023-10-05 00:51:55 +02:00 committed by GitHub
parent e179907556
commit fb93b4fb84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,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 __FINALPATH__/libreto/assets/;
}
# IF YOU CHANGE SOMETHING IN THIS CONFIGURATION