https://github.com/nginx/nginx/blob/bfc5b35827903a3c543b58e4562db8b62021c164/src/http/modules/ngx_http_autoindex_module.c

Module ngx_http_autoindex_module

NGINX 디렉토리 리스팅 설정으로 파일 공유하기 - 익스트림 매뉴얼

Untitled

<html>
	<head>
		<title>Index of /hey/</title>
	</head>
	<body>
		<h1>Index of /hey/</h1>
		<hr>
		<pre>
		<a href="../">../</a>
		<a href="heyhey/">heyhey/</a>                                            09-Oct-2022 06:27                   -
		<a href="test/">test/</a>                                              08-Oct-2022 09:22                   -
		<a href="01234567890123456789012345678901234567890123456789.txt">01234567890123456789012345678901234567890123456..&gt;</a> 09-Oct-2022 06:16                   0
		<a href="hey.html">hey.html</a>                                           08-Oct-2022 08:15                 602
		<a href="simple.txt">simple.txt</a>                                         08-Oct-2022 09:22                   0
		<a href="test.html">test.html</a>                                          08-Oct-2022 09:45                  14
		</pre>
		<hr>
	</body>
</html>