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