ngx_http_dyups_module icon indicating copy to clipboard operation
ngx_http_dyups_module copied to clipboard

can i use ngx_http_dyups_module with ngx_http_fastcgi_module ?

Open shengfanzuo opened this issue 6 years ago • 2 comments

in my situation , i need to use ngx_http_fastcgi_module instead of ngx_http_proxy_module , i am not sure if ngx_http_dyups_module can work with ngx_http_fastcgi_module , so ngx_http_dyups_module can work with fastcgi ?

shengfanzuo avatar Feb 23 '19 12:02 shengfanzuo

in my situation , i need to use ngx_http_fastcgi_module instead of ngx_http_proxy_module , i am not sure if ngx_http_dyups_module can work with ngx_http_fastcgi_module , so ngx_http_dyups_module can work with fastcgi ?

i think you can test it.

lxmopensource avatar Mar 10 '19 02:03 lxmopensource

hi all

I think this module can work with fastcgi like proxy module, although I didnt test.

This module works with nginx upstream logic directly, not with proxy/fastcgi module. So all the proxyig protocol implemented on upstream logic, such as proxy/fastcgi/... module should work with dyups module.

chobits avatar May 06 '19 11:05 chobits