> Hi,
>
> do placeholders really work in 1.9.18.2 after building binary from source?
> (In stable 1.9.20 also not work for me).
>
> It's not working with placeholder %(app_name) - instead of /tmp/app.sock
> will be created /tmp/%(app_name).sock
>
> uwsgi --ini conf/server.ini
> [uWSGI] getting INI configuration from conf/server.ini
>
> ;uWSGI instance configuration
> [uwsgi]
> ini = conf/server.ini
> master = true
> strict = true
> http-socket = :2660
> workers = 3
> wsgi = server
> show-config = 1
> set-placeholder = app_name = app

no space when setting placeholders:

set-placeholder = app_name=app

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

Reply via email to