TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Nginx Development Guide

77 点作者 hliyan超过 1 年前

7 条评论

michaelplshkv超过 1 年前
There are a few additional ways to extend nginx without writing a module in C.<p>- JavaScript: <a href="https:&#x2F;&#x2F;nginx.org&#x2F;en&#x2F;docs&#x2F;njs&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;nginx.org&#x2F;en&#x2F;docs&#x2F;njs&#x2F;</a> and <a href="https:&#x2F;&#x2F;github.com&#x2F;nginx&#x2F;njs-examples">https:&#x2F;&#x2F;github.com&#x2F;nginx&#x2F;njs-examples</a><p>- Lua: <a href="https:&#x2F;&#x2F;github.com&#x2F;openresty&#x2F;lua-nginx-module">https:&#x2F;&#x2F;github.com&#x2F;openresty&#x2F;lua-nginx-module</a><p>- Rust: <a href="https:&#x2F;&#x2F;github.com&#x2F;nginxinc&#x2F;ngx-rust">https:&#x2F;&#x2F;github.com&#x2F;nginxinc&#x2F;ngx-rust</a>
评论 #37149898 未加载
评论 #37155069 未加载
评论 #37157727 未加载
commandersaki超过 1 年前
These days I&#x27;d rather develop on Caddy than Nginx.
评论 #37147489 未加载
评论 #37148497 未加载
评论 #37147111 未加载
评论 #37147976 未加载
评论 #37148078 未加载
评论 #37147254 未加载
评论 #37148745 未加载
评论 #37147045 未加载
评论 #37150148 未加载
评论 #37150609 未加载
0xDEF超过 1 年前
The following article is maybe slightly outdated by now but gives an overview of the nginx architecture. Probably a good read before diving into the nginx codebase:<p><a href="https:&#x2F;&#x2F;aosabook.org&#x2F;en&#x2F;v2&#x2F;nginx.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;aosabook.org&#x2F;en&#x2F;v2&#x2F;nginx.html</a>
ilrwbwrkhv超过 1 年前
Aah nginx my first love when it comes to networking. Back in the day I played around with it so much. Such a good piece of technology and really taught me the benefits of being highly performant, low memory. There is just something elegant about it.
freecodyx超过 1 年前
Nginx is an amazing piece of software, you can learn a lot from it,
pelagicAustral超过 1 年前
hahaha so fitting... I&#x27;ve been struggling with an nginx configuration for two days now. I&#x27;m just about to try Caddy...
评论 #37149907 未加载
ChrisArchitect超过 1 年前
What&#x27;s new here?