diff --git a/conf/nginx.conf b/conf/nginx.conf index ae220e49..04668c4e 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -9,6 +9,10 @@ server { rewrite ^/assets/_[\w]+/(.*) /assets/$1; + location /assets/lifat { + alias /lifat; + } + location / { try_files $uri @$http_upgrade; }