update: scaffolding for nginx

This commit is contained in:
maix0 2025-06-12 18:35:04 +02:00
parent d89dd4f315
commit fb48a0fa04
7 changed files with 163 additions and 24 deletions

View file

@ -0,0 +1,4 @@
location /api/db {
add_header Content-Type text/plain;
return 200 'db api yay';
}