You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2023. It is now read-only.
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 ?
The text was updated successfully, but these errors were encountered:
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 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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 ?
The text was updated successfully, but these errors were encountered: