我想安装nginx-ECHO-MODULE,我在网上搜索后,找不到可以做的,有人能帮我吗?系统:Windows 7 nginx:nginx/1.6.2
wecizke31#
引用自:
Is possible to install nginx with push module on windows?适用于nginx回应模块。
“”简短的回答是:没有。
Windows代码不是开放源码的,并且Nginx不能动态链接模块,因此您只能使用nginx.org上提供的二进制文件及其包含的模块。
需要注意的是,Windows上的Nginx确实是次优的,速度也不是很快,除了开发环境,你不会想要运行它的。“
nfg76nw02#
是的,你可以在这里阅读更多内容
http://nginx.org/en/docs/howto_build_on_win32.html
也叫https://amefs.net/en/archives/1935.html
2条答案
按热度按时间wecizke31#
引用自:
Is possible to install nginx with push module on windows?适用于nginx回应模块。
“”简短的回答是:没有。
Windows代码不是开放源码的,并且Nginx不能动态链接模块,因此您只能使用nginx.org上提供的二进制文件及其包含的模块。
需要注意的是,Windows上的Nginx确实是次优的,速度也不是很快,除了开发环境,你不会想要运行它的。“
nfg76nw02#
是的,你可以在这里阅读更多内容
http://nginx.org/en/docs/howto_build_on_win32.html
也叫https://amefs.net/en/archives/1935.html