mirror of
https://github.com/Dannecron/littlelink.git
synced 2025-12-26 00:22:35 +03:00
9 lines
86 B
Plaintext
9 lines
86 B
Plaintext
server {
|
|
listen 80;
|
|
|
|
location / {
|
|
root /opt/litterlink;
|
|
index index.html;
|
|
}
|
|
}
|