1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:42:09 +02:00
tldr/pages.ko/common/miniserve.md
코드싸이 feb91d75ea
mpv: fix typo, common/m*: add and update Korean translation (#14664)
* common/m*: add and update Korean translation

* mpv: fix typo
2024-11-07 09:27:03 +09:00

374 B

miniserve

간단한 HTTP 파일 서버. 더 많은 정보: https://github.com/svenstaro/miniserve.

  • 디렉터리 서빙:

miniserve {{경로/대상/폴더}}

  • 단일 파일 서빙:

miniserve {{경로/대상/파일}}

  • HTTP 기본 인증을 사용하여 디렉터리 서빙:

miniserve --auth {{사용자이름}}:{{비밀번호}} {{경로/대상/폴더}}