[api] md 파일 갱신

This commit is contained in:
2026-05-28 15:05:43 +09:00
parent e8004a7da9
commit 4b65caee2b
6 changed files with 42 additions and 38 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
- `spring.servlet.multipart.max-file-size``max-request-size``-1` 로 두고, 실제 제한은 업로드 서비스 정책에서 처리한다.
## file-domain nginx 기준
- `/tus/files/` 는 tusd 로 프록시하며 `auth_request /_upload_auth``/tusFiles/uploadAuth` 를 호출한다.
- `/tus/file/` 는 tusd 로 프록시하며 `auth_request /_upload_auth` API의 `/tus/file/upload/auth` 를 호출한다.
- `/_upload_auth` 는 내부 location 으로만 열고 `Authorization`, `X-File-Uuid`, 필요 시 `Upload-Metadata`, `Upload-Length` 헤더를 API 로 전달한다.
- `/uploads/``/srv/project/alist/uploads/` 를 정적 파일로 제공한다.
- `/uploads/tmp/` 는 tusd 임시 파일 노출을 막기 위해 404 처리한다.