From cc92fab98aa67989926a0672ea0bb92b49db979a Mon Sep 17 00:00:00 2001 From: liberodark Date: Sat, 5 Jan 2019 23:14:28 +0100 Subject: [PATCH] fix asset --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 540bd10..9d9a7ca 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -13,6 +13,6 @@ location __PATH__/ { include /etc/nginx/fastcgi_params; } -location __PATH__/assets { +location __PATH__/app/assets { try_files /app/\$uri =404; }