0
votes
0answers
86 views

nginx not forwarding request to uwsgi

I started working on some server side code with no documentation and not really able to communicate with the original developers and i have been racking my head trying to set up a local development ...
0
votes
1answer
205 views

unable to correctly configure nginx with HTTP auth on a sub-directory for uWSGI

I have an nginx config that looks something like this: server { server_name subdomain.example.com; listen 443 ssl; ssl_certificate /srv/ssl/something.crt; ssl_certificate_key ...
0
votes
1answer
64 views

Django - What is the server configuration is preferable? [closed]

1) Apache2+uWSGI+NGINX(for static) or 2) NGINX + uWSGI