V2Ray_ws-tls_bash_onekey
V2Ray_ws-tls_bash_onekey copied to clipboard
v2ray脚本安装过程中kill 80进程,Nginx出错
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
有解决思路吗
根据端口号占用去杀进程。
lsof -i :443
一个一个把列出来的pid kill了。