From 72a1d22e62ccf5ec8a21f9c896a52ab70a0e5869 Mon Sep 17 00:00:00 2001 From: deepesh162 <62937712+deepesh162@users.noreply.github.com> Date: Thu, 1 Oct 2020 23:10:34 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f944fe7..574c13a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Our site is deployed on a Linode server and runs behind nginx using fastcgi. Everything is located in `/django/bases/`. [This] guide was useful in deploying the site. Fastcgi spawns a number of processes so to keep track of which ones it spawns, -start it with `./manage.py runfcgi host=127.0.0.1 port=8080 pidfile=django.pid`. The pidfile is to keep track of the process ids spawned by fastcgi. Check out the django [docs] to learn about serving static files. +start it with `./manage.py runfcgi host=127.0.0.1 port=8080 pidfile=django.pid`. The pidfile is to keep track of the process ids spawned by fastcgi. Check out the django [docs] to learn about serving static files and to get more knowledge. Restart nginx with `/etc/init.d/nginx restart` and restart django with `/etc/init.d/django restart`. Restarting django reloads all django/FastCGI projects at once. [This]: https://code.djangoproject.com/wiki/DjangoAndNginx