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