I'm trying to setup a fastrouter with a fallback that in the same
process/config. Should this config work, because it doesn't for me:

The fastrouter just closes the connection to nginx as if it didn't
have a fallback.

[uwsgi]
master = true

plugin = fastrouter
fastrouter = @fastrouter
fastrouter-subscription-server = 127.0.0.1:54321
fastrouter-fallback = @fallback
subscription-dotsplit = true

socket         = @fallback
static-check   = %d
static-index   = index.html


-- 
damjan
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to