fix(rules): pages not loading correct for lite webui variant

This commit is contained in:
yusing
2025-10-28 22:00:54 +08:00
parent 9fd5bff81a
commit 5506cafa26

View File

@@ -6,7 +6,7 @@
!path regex("(_next/static|_next/image|favicon.ico).*")
!path glob("/api/v1/auth/*")
!path glob("/auth/*")
!path regex("[A-Za-z0-9_-]+\.(svg|png|jpg|jpeg|gif|ico|webp|woff2?|eot|ttf|otf)(\?.+)?")
!path regex("[A-Za-z0-9_-]+\.(svg|png|jpg|jpeg|gif|ico|webp|woff2?|eot|ttf|otf|txt)(\?.+)?")
!path /api/v1/version
do: require_auth
- name: proxy to backend