请阅读本文了解我们将在来年推行的计划,并让我们知道您希望看到什么。
NGINX Unit 帮您节省宝贵的时间
了解 NGINX Unit(我们的开源软件,也是一款通用 Web 应用服务器)如何帮您省出时间去做自己最喜欢的事情 —— 编写完美的代码。
借助 NGINX Unit 在 Ubuntu 上自动安装 WordPress
我们从头到尾展示了一个 bash 脚本,用于在 Ubuntu 上部署 WordPress,该部署由 NGINX Unit 管理并由 NGINX 提供网络服务。生成的 WordPress 部署是支持脚本编写的,可以使用 Let‘s Encrypt 并具有立即投入生产的相关设置。
借助 NGINX Unit 在零信任环境中运行 Spring Boot 应用
NGINX Unit 使得对于 HTTPS 的支持变得简单且完全与应用无关,因为加密是应用于监听器层面而非应用层面的。无需了解编程语言的特定细节!在这篇博客中,我们展示了针对一个 Sprint Boot 应用的 HTTPS 配置。
Updates to NGINX Unit for Summer 2021
NGINX Unit 1.23.0 and 1.24.0 introduce support for the SNI extension to TLS, definition of OpenSSL configuration commands, MIME filtering and path restrictions for static content, and multiple Python scripts in one app. Also, you no longer need to modify Node.js apps to run them in Unit.
NGINX Unit 中的文件系统隔离
我们探索了 NGINX Unit 中文件系统隔离的两个用例。第一个用例是将受感染的应用限制在其沙盒目录中,以阻止攻击者获取敏感信息。第二个用例是我们通过分别在不同的文件系统中定义全局依赖项,以在它们之间进行切换。
使用 NGINX Unit 构建应用堆栈
我们展示了如何使用 NGINX Unit 构建应用堆栈,从而使用定制的语言运行时版本以及特定的库、模块和扩展来实现生产环境的自动化部署。示例应用为部署在 Docker 容器中的 WordPress。
Updates to NGINX Unit for Autumn 2020
Since our last update, the NGINX Unit team has released three versions, 1.19.0 through 1.21.0. New features include support for ASGI with Python, multi-threading with several languages (Java, Perl, Python, Ruby), regular expressions in routing conditions, and more.
NGINX Unit 1.18.0 Adds Filesystem Isolation and Other Enhancements
NGINX Unit 1.18.0 introduces filesystem isolation, the 'target' option to reduce redundancy in PHP app configuration, and URL encoding. It also includes features introduced in NGINX Unit 1.17.0: redirects, and fractional server weights for traffic distribution in upstream groups.
NGINX Unit 1.16.0 Introduces New Yet Familiar Features
NGINX Unit 1.16.0 introduces two new features that are already familiar to NGINX users. First, it can load balance across a group of upstream servers using the round-robin method. Second, you can define what happens when a requested file can't be served, similar to the NGINX 'try_files' directive.