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
Don't know if the module is suitable for latest nginx version
but have compiled it for nginx-1.25.3
Loaded module as well
and tried to configure upstream and zone:
upstream dev-game-cache-1 {
zone zone_for_backends 10m;
server adv-dev-shared-srv01.example.org:8921;
server adv-dev-shared-srv02.example.org:8921;
}
try to send a request and get an error even upstream is correct [error] 1885350#1885350: *13736 upstream is not found. ngx_dynamic_upstream_handler:168
Don't know if the module is suitable for latest nginx version
but have compiled it for
nginx-1.25.3
Loaded module as well
and tried to configure upstream and zone:
using such a
location
:try to send a request and get an
error
even upstream is correct[error] 1885350#1885350: *13736 upstream is not found. ngx_dynamic_upstream_handler:168
if I understand correctly
code says that if
uscf == NULL
then zone can't retrievehttps://github.com/cubicdaiya/ngx_dynamic_upstream/blob/7220bd4ffd823e28b0abce2f60707be5478e2d71/src/ngx_dynamic_upstream_module.c#L163
What am I do'ing wrong ? :)
The text was updated successfully, but these errors were encountered: