update: scaffolding for nginx
This commit is contained in:
parent
d89dd4f315
commit
fb48a0fa04
7 changed files with 163 additions and 24 deletions
4
nginx/conf/locations/db.conf
Normal file
4
nginx/conf/locations/db.conf
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
location /api/db {
|
||||
add_header Content-Type text/plain;
|
||||
return 200 'db api yay';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue