chore: make more generic
This commit is contained in:
@ -14,7 +14,9 @@ http {
|
||||
|
||||
location / {
|
||||
add_header "Content-Type" "text/html";
|
||||
howto "GET";
|
||||
sqlite_db "db.sqlite3";
|
||||
sqlite_query "SELECT id, name, address FROM person";
|
||||
sqlite_template "person.hbs";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user