start.sh 225 B

1234
  1. #!/bin/bash
  2. # Disable uvicorn access logs to avoid noise from automated probes
  3. # (e.g. /wp-includes/wlwmanifest.xml, /xmlrpc.php) hitting the service.
  4. nohup uvicorn mainspacy:app --host 0.0.0.0 --port 12012 --no-access-log &