fix(nginx): add missing endpoint proxies to prevent 405 errors
add_to_queue, restart_connection, controller_restart,
recover_sensor_homing, run_theta_rho_file, download,
check_software_update, and update_software were missing from the
nginx proxy allowlist, causing POST requests to fall through to the
static file handler which returns 405 Method Not Allowed.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>