fix: vendors.js가 필터에 걸리는 문제 수정

This commit is contained in:
2022-03-14 01:33:37 +09:00
parent 4ea00e6deb
commit c8fb5e120e
+1 -1
View File
@@ -27,7 +27,7 @@ location ~ /node_modules {
return 404; return 404;
} }
location ~ /vendor { location ~ /vendor/ {
return 404; return 404;
} }