Files
littlelink/templates/default.conf.template

9 lines
86 B
Plaintext

server {
listen 80;
location / {
root /opt/litterlink;
index index.html;
}
}