1
0
Fork 0
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:
liberodark 2019-01-05 23:14:28 +01:00
parent a6b7d61af3
commit cc92fab98a

View file

@ -13,6 +13,6 @@ location __PATH__/ {
include /etc/nginx/fastcgi_params;
}
location __PATH__/assets {
location __PATH__/app/assets {
try_files /app/\$uri =404;
}