This should help
http://michal.karzynski.pl/blog/2013/10/29/serving-multiple-django-applications-with-nginx-gunicorn-supervisor/



On Sun, Nov 10, 2013 at 10:20 AM, Sandeep kaur <mkaurkha...@gmail.com> wrote:
> Hi,
> I want to deploy multiple django apps on a server with nginx. When we do it
> on apache
> we do it in /etc/apache2/httpd.conf and following content :
>
>  WSGIScriptAlias /django /home/sandy/django_app/apache/django.wsgi
>  <Directory /home/sandy/django_app/apache/>
>  Order allow,deny
>  Allow from all
>  </Directory>
>
> Thus this app can be accessed by example.com/django or if any other app on
> same server then with example.com/django2. How can we do this with nginx?
>
> Your help will be appreciated. :)
> Thank you.
>
> --
> Sandeep Kaur
> E-Mail: mkaurkha...@gmail.com
> Blog: sandymadaan.wordpress.com
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAF66xG3e34QLWBHvpPO%2B72JAA9FbK3Oo%3DRNO-YuyLvb2LU-aFw%40mail.gmail.com.
> For more options, visit https://groups.google.com/groups/opt_out.



-- 
MLHIM VIP Signup: http://goo.gl/22B0U
============================================
Timothy Cook, MSc           +55 21 94711995
MLHIM http://www.mlhim.org
Like Us on FB: https://www.facebook.com/mlhim2
Circle us on G+: http://goo.gl/44EV5
Google Scholar: http://goo.gl/MMZ1o
LinkedIn Profile:http://www.linkedin.com/in/timothywaynecook

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2B%3DOU3XtxK4%3D0e%2Bp9aBkROJ-zYBk1zttBw1xMA-9DY%2BixMgkmw%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to