windows上面启动nginx报错
Posted fuckingpangzi
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了windows上面启动nginx报错相关的知识,希望对你有一定的参考价值。
bind() to 0.0.0.0:443 failed
bind() to 0.0.0.0:443 failed (10013: An attempt was made to access a socket in a way forbidden by its access permissions)
然后在cmd里面用,命令查找,当前的这个443这个端口被哪个进程给占用了,然后去干掉,就ok;
以上是关于windows上面启动nginx报错的主要内容,如果未能解决你的问题,请参考以下文章
Spring 配置 web.xml (防止spring 内存溢出)