Sometime this happening because your nginx server will not enable you to upload a file that is greater than the size specified in the nginx config file. To fix that, you’ll need to change your nginx configuration. Remove/modify your nginx config file by following the steps. Step 1. Go to the config location and open it […]
Configure NGINX to Run Django App in a Sub Path
Sometimes we need to run our Django project in sub path of parent URL ( www.yourmainurl.com/yourproject ) and when I have this situation I researched a lot and finally found my solution. Here I have tried to solve your problem. In this post we will learn how to configure NGINX to run your Django project. […]