Can we run the same without nginx?
jinnabaalu opened this issue · 3 comments
jinnabaalu commented
Can we run the same without nginx?
twtrubiks commented
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.
jinnabaalu commented
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. ?
twtrubiks commented
I haven't dealt with this part ,
but try to see if the Nginx ACL can solve your problem?