----- Oryginalna wiadomość ----- > Od: "Roberto De Ioris" <[email protected]> > Do: "uWSGI developers and users list" <[email protected]> > Wysłane: wtorek, 19 lipiec 2011 9:14:28 > Temat: Re: [uWSGI] emperor + config file > > What about > > [uwsgi] > my_conf_file = %p > > > and > > uwsgi.opt['my_conf_file'] >
Exactly what I meant. Thank you. It is a pity that we can not use: uwsgi.opt['%p'] Returning briefly to the logs. I thought that could use the option "--log-verbose". For stuff like: "compiled with version: 4.5.2 on 19 July 2011 08:24:40 your memory page size is 4096 bytes" I do not know about the inheritance of configuration files appear here. It seems so. But if not, I have this idea: [uwsgi] inherit = other_base_config_file.ini chdir = /home/project-name socket = /tmp/uwsgi-project-name.sock -- Łukasz Wróblewski http://www.nri.pl/ - Nowoczesne Rozwiązania Internetowe http://www.hostowisko.pl/ - Profesjonalny i tani hosting http://www.katalog-polskich-firm.pl/ - Najlepszy darmowy katalog firm _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
