mirror of
https://github.com/Dannecron/littlelink.git
synced 2025-12-25 16:12:34 +03:00
add autoindex directive
This commit is contained in:
@@ -2,6 +2,7 @@ server {
|
||||
listen 80;
|
||||
|
||||
location $LINK_PATH {
|
||||
autoindex on;
|
||||
alias /opt/litterlink;
|
||||
index index.html;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user