Hello,
would it be possible to have a user defined variable clobbered at each
loop iteration supported? The use case is having multiple
smart-attach-daemon entries for the same daemon with different listening
port and pidfile.
[uwsgi]
for = 1 2
foopid = foo%(_).pid
print = %(foopid)
endfor =
master = true
socket = :3031
./uwsgi --ini foo.ini
[uWSGI] getting INI configuration from foo.ini
foo1.pid
foo1.pid
*** Starting uWSGI 1.9.1 (64bit) on [Sat Mar 23 15:58:30 2013] ***
thanks,
riccardo
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi