mirror of
https://github.com/YunoHost-Apps/pufferpanel_ynh.git
synced 2024-09-03 20:16:03 +02:00
fix asset
This commit is contained in:
parent
a6b7d61af3
commit
cc92fab98a
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ location __PATH__/ {
|
||||||
include /etc/nginx/fastcgi_params;
|
include /etc/nginx/fastcgi_params;
|
||||||
}
|
}
|
||||||
|
|
||||||
location __PATH__/assets {
|
location __PATH__/app/assets {
|
||||||
try_files /app/\$uri =404;
|
try_files /app/\$uri =404;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue