wulabing / V2Ray_ws-tls_bash_onekey

MIT License
2.09k stars 920 forks source link

v2ray脚本安装过程中kill 80进程,Nginx出错 #46

Open PureSoulEr opened 1 year ago

PureSoulEr commented 1 year ago

root@shitizen:~# nginx nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use) nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use) nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use) nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use) nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use) nginx: [emerg] still could not bind()

站点404

有解决思路吗

AntiMoron commented 1 year ago

根据端口号占用去杀进程。

lsof -i :443

一个一个把列出来的pid kill了。