> nginx.conf snippet:
>
>     location ~ \.py$ {
>                 uwsgi_pass 127.0.0.1:3031;
>                 include uwsgi_params;
>                 uwsgi_param UWSGI_PYHOME /u1/www/corbe.net;
>                 uwsgi_param UWSGI_CHDIR /u1/www/corbe.net;
>         }
>
>

If i understand correctly you are forcing users to a php-like approach
writing a WSGI app for every url.

Is this your idea ?

Honestly i do not think that users will love this solution as none of the
WSGI framework/apps out there works in this way.

By the way, if you want to follow this path you can use uWSGI for sure and
i will send you a configuration template.
-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to