반응형
server {
... content ...
location / {
autoindex on;
}
}
fancy index를 활용하면 날짜 포맷도 바꿀 수 있음
sudo apt-get -y install libnginx-mod-http-fancyindex
server {
... content ...
location / {
autoindex on;
fancyindex on;
fancyindex_time_format "%Y-%m-%d %H:%M:%S";
}
}
reference : https://installati.one/install-libnginx-mod-http-fancyindex-ubuntu-18-04/?expand_article=1
반응형
'개발 이야기 > Linux' 카테고리의 다른 글
Ubuntu 에 용량 큰 파일 top 10 가져오기 (0) | 2024.10.29 |
---|---|
Nginx 다른 사이트로 리다이렉트할 때 request_uri 변조하여 rewrite 하기 (0) | 2024.08.06 |
Nginx 프록시 대상에게 Client IP 정보 넘겨주기 (0) | 2024.02.20 |
Nginx Response header 커스터마이징하기 (0) | 2022.02.04 |
디렉토리 용량 구하기 (0) | 2020.12.10 |
댓글