Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Nginx: Multiple Django Projects with project root?
- location /project1 {
- include uwsgi_params;
- uwsgi_pass localhost:3032;
- }
- location /project1 {
- include uwsgi_params;
- uwsgi_param SCRIPT_NAME /project1;
- uwsgi_modifier1 30;
- uwsgi_pass localhost:3032;
- }
Advertisement
Add Comment
Please, Sign In to add comment