mirror of
https://github.com/Dannecron/littlelink.git
synced 2025-12-25 16:12:34 +03:00
10 lines
114 B
Plaintext
10 lines
114 B
Plaintext
server {
|
|
listen 80;
|
|
|
|
location $LINK_PATH {
|
|
autoindex on;
|
|
alias /opt/litterlink;
|
|
index index.html;
|
|
}
|
|
}
|