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