We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06474d4 commit b992aaeCopy full SHA for b992aae
docs/Nginx/nginx-high-basic.md
@@ -18,7 +18,9 @@
18
19
## <a name="Nginx_Web2_knowledge"/> 第二章 安装部署
20
21
-+ 启动错误:`Nginx [emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)`,执行:`sudo fuser -k 80/tcp`
++ 启动错误:
22
+> `Nginx [emerg]: bind() to 0.0.0.0:80 failed (98: Address already in use)`
23
+ 执行:`sudo fuser -k 80/tcp`
24
25
+ [基于域名、IP的虚拟主机配置](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Nginx/Nginx-Web/Nginx-2-4-all-config.md)
26
0 commit comments