V2Ray_ws-tls_bash_onekey icon indicating copy to clipboard operation
V2Ray_ws-tls_bash_onekey copied to clipboard

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

Open PureSoulEr opened this issue 3 years ago • 1 comments

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

有解决思路吗

PureSoulEr avatar Aug 19 '22 21:08 PureSoulEr

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

lsof -i :443

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

AntiMoron avatar Sep 07 '22 07:09 AntiMoron