Resolved: Quartz wiki 404 on Korean-character URLs (괄호 slug) #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
문제 (2026-05-05)
위키 페이지(
wiki.pinksky.kr) 첫 접속은 되지만 새로고침이나 직접 URL 접근 시Directory listing또는 404 오류.특히 폴더명에 괄호가 포함된 경로(예:
01_PROJECTS(프로젝트))에서만 발생.원인
01_PROJECTS)index.html) 없었음해결
/opt/homebrew/etc/Caddyfile수정:@parens매처: URL 에서 괄호+한글 부분을 제거한 뒤 redirecttry_files: 파일 없으면/index.html로 fallback → Quartz 내부 라우터가 path 처리결과
01_PROJECTS(프로젝트)/A_mini-happy/등 모든 한글 경로 →HTTP 200확인