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 cfbb811 commit 74f251dCopy full SHA for 74f251d
README.md
@@ -1,9 +1,9 @@
1
-
2
<p align="center">
3
<a href="http://nginx.org/">
4
<img width="210" src="./nginx.svg" />
5
</a>
6
</p>
+<!--rehype:style=height: 210px; display: flex; align-items: center; justify-content: center;-->
7
8
Nginx 是一款面向性能设计的 HTTP 服务器,能反向代理 HTTP,HTTPS 和邮件相关(SMTP,POP3,IMAP)的协议链接。并且提供了负载均衡以及 HTTP 缓存。它的设计充分使用异步事件模型,削减上下文调度的开销,提高服务器并发能力。采用了模块化设计,提供了丰富模块的第三方模块。
9
0 commit comments