Skip to content

Commit b992aae

Browse files
committed
启动错误
1 parent 06474d4 commit b992aae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/Nginx/nginx-high-basic.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818

1919
## <a name="Nginx_Web2_knowledge"/> 第二章 安装部署
2020

21-
+ 启动错误:`Nginx [emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)`,执行:`sudo fuser -k 80/tcp`
21+
+ 启动错误:
22+
> `Nginx [emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)`
23+
执行:`sudo fuser -k 80/tcp`
2224

2325
+ [基于域名、IP的虚拟主机配置](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Nginx/Nginx-Web/Nginx-2-4-all-config.md)
2426

0 commit comments

Comments
 (0)