From aed3c859489523f3d1c0fd99afa3a71ee7f490b0 Mon Sep 17 00:00:00 2001 From: arjun01-debug <55018809+arjun01-debug@users.noreply.github.com> Date: Tue, 6 Oct 2020 00:40:30 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f944fe7..9c9786f 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ The Ways of the World ===================== ## Deployment ## -Our site is deployed on a Linode server and runs behind nginx using fastcgi. -Everything is located in `/django/bases/`. +Our amazing site is deployed on a Linode server and runs behind nginx using fastcgi. +Everything needed 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.