Hi all,
I setup a Django project with uWsgi.
Using the wizard with this config xml file:
<uwsgi>
<pythonpath>/home/django/apps/sonrisas3/sonrisas</pythonpath>
<pythonpath>/home/django/apps/sonrisas3</pythonpath>
<pidfile>/home/django/apps/sonrisas3/var/run/sonrisas_no.pid</pidfile>
<app mountpoint="/">
<script>wsgi_handler</script>
</app>
<listen>100</listen>
<master />
<socket-timeout>5</socket-timeout>
<processes>4</processes>
</uwsgi>
The project starts great, but without appending slash to url's
If I go http://smilesofthestreet.no/admin it raises a view, and not
http://smilesofthestreet.no/admin/
For demonstrations:
Using fastcgi, here → http://creat1va.com/~sonrisas/admin # Here it
redirects to /admin/
Using uwsgi, here → http://smilesofthestreet.no/admin # Here not
Both with the same settings and same code.
any hints why it's happening?
--
Mario César Señoranis Ayala
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee