f4beb90769
nginx -s reload 依赖 /run/nginx.pid,该文件为空时报 invalid PID number。 改用 systemctl reload-or-restart(经 systemd MAINPID 发 HUP,运行中则 reload、 未运行则启动),并 enable nginx 保证重启后自启。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>