[quote][size=2][url=forum.php?mod=redirect&goto=findpost&pid=179860&ptid=38697][color=#999999]yyywd 发表于 2025-9-26 23:58[/color][/url][/size]
检查80/443端口占用情况 sudo netstat -tulnp | grep -E '80|443'
检查Nginx服务状态 systemctl status ngi ...[/quote]
老兄,好像不行,nginx好像挂了。

Failed to restart nginx.service: Unit nginx.service not found.
root@zhp:# sudo systemctl restart nginx
Failed to restart nginx.service: Unit nginx.service not found.root@zhp:# sudo netstat -tulnp | grep -E '80|443'~
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 20685/nginx: master
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 20685/nginx: master
tcp 0 0 0.0.0.0:8001 0.0.0.0:* LISTEN 20685/nginx: master
tcp 0 0 0.0.0.0:8000 0.0.0.0:* LISTEN 20685/nginx: master
tcp6 0 0 :::80 :::* LISTEN 20685/nginx: master
tcp6 0 0 :::443 :::* LISTEN 20685/nginx: master
tcp6 0 0 :::10037 :::* LISTEN 6180/easynvr.com
tcp6 0 0 fe80::c43:9aff:fe:63219 :::* LISTEN 4638/bin/qbittorren
tcp6 0 0 fe80::d86:cfb0:4e:49152 :::* LISTEN 1576/upnp_service
tcp6 0 0 fe80::42:90ff:fea:63219 :::* LISTEN 4638/bin/qbittorren
tcp6 0 0 fe80::e0dc:7dff:f:63219 :::* LISTEN 4638/bin/qbittorren
tcp6 0 0 fe80::d86:cfb0:4e:63219 :::* LISTEN 4638/bin/qbittorren
tcp6 0 0 :::8005 :::* LISTEN 4076/trim-media
tcp6 0 0 :::8001 :::* LISTEN 20685/nginx: master
tcp6 0 0 :::8000 :::* LISTEN 20685/nginx: master
tcp6 0 0 :::8085 :::* LISTEN 4638/bin/qbittorren
udp 0 0 0.0.0.0:49000 0.0.0.0:* 6180/easynvr.com
udp6 0 0 fe80::c43:9aff:fe:63219 :::* 4638/bin/qbittorren
udp6 0 0 fe80::e0dc:7dff:f:63219 :::* 4638/bin/qbittorren
udp6 0 0 fe80::42:90ff:fea:63219 :::* 4638/bin/qbittorren
udp6 0 0 fe80::d86:cfb0:4e:63219 :::* 4638/bin/qbittorren
udp6 0 0 :::48005 :::* 1068/rpc.mountd
udp6 0 0 fe80::d86:cfb0:4e3c:546 :::* 629/NetworkManager
root@zhp:
systemctl status nginx
Unit nginx.service could not be found.
root@zhp:
# sudo fuser -k 80/tcp
80/tcp: 20685 20687
root@zhp:# sudo fuser -k 443/tcp
root@zhp:# sudo systemctl restart nginx~