ngx_http_dyups_module
ngx_http_dyups_module copied to clipboard
can i use ngx_http_dyups_module with ngx_http_fastcgi_module ?
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 ?
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.
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.