add autoindex directive

This commit is contained in:
2024-09-08 19:44:42 +07:00
parent 42de02bb7d
commit f67b4493e3

View File

@@ -2,6 +2,7 @@ server {
listen 80;
location $LINK_PATH {
autoindex on;
alias /opt/litterlink;
index index.html;
}