twtrubiks/docker-django-nginx-uwsgi-postgres-tutorial

Can we run the same without nginx?

jinnabaalu opened this issue · 3 comments

Can we run the same without nginx?

hi @JinnaBalu ~
Why not use nginx?

You can also do not use nginx, only use uwsgi to handle static content, but uwsgi does not handle static content better than nginx, and it is recommended to use with nginx, and nginx has many advantages.

IF i have two different servers one for nginx, one for application, How do i manage this situation? Content is in application server. And Nginx as reverse proxy. ?

I haven't dealt with this part ,
but try to see if the Nginx ACL can solve your problem?