如何在windows系统上安装nginx模块(nginx)

问题描述 投票:-1回答:1

我想安装nginx-echo-module;我在网上搜索后,无论如何都找不到,有人能帮帮我吗? system:windows 7 nginx:nginx / 1.6.2

windows nginx
1个回答
1
投票

引用自:

Is possible to install nginx with push module on windows?和nginx echo模块一样。

“”简答:不。

Windows代码不是开源的,Nginx无法动态链接模块,因此您只能使用nginx.org上提供的二进制文件及其包含的模块。

在相关的说明中,Windows上的Nginx实际上是次优的并且不是非常快,您不希望为开发环境以外的任何其他操作运行它。“”

© www.soinside.com 2019 - 2024. All rights reserved.