location /api/db { add_header Content-Type text/plain; return 200 'db api yay'; }