> Okay, I've decided to split the uwsgi stanza into a separate file because
> I
> keep getting that exception when different bits of code read the INI file.
>  Right now I'm running things by "uwsgi --ini-paste production.ini".
> (This
> is what's suggested here:
> http://projects.unbit.it/uwsgi/wiki/Example#Pylonsandnginxthehappyway)
> But
> I'm not sure how to split the INI file and still load both parts properly.
>
> Here's what I'm doing and it seems to be working, but just want to make
> sure this is okay:
> I moved the [uwsgi] stanza into production_uwsgi.ini and am loading it
> with
> "uwsgi --ini production_uwsgi.ini --ini-paste production.ini"
>
> Does uwsgi just merge what it finds in the two ini files if there is a
> uwsgi stanza in both?
>

yes it merges them

Check here:

http://projects.unbit.it/uwsgi/wiki/ParsingOrder

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

Reply via email to