From 40a1fb77e51ed6a47e695a6e24a33cc7d1923f93 Mon Sep 17 00:00:00 2001 From: imadityatiwari <72155406+imadityatiwari@users.noreply.github.com> Date: Thu, 1 Oct 2020 21:14:44 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f944fe7..1a5b2f4 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Everything is located in `/django/bases/`. 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. 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. +Thank You. [This]: https://code.djangoproject.com/wiki/DjangoAndNginx [docs]: https://docs.djangoproject.com/en/dev/howto/static-files/ @@ -16,3 +17,5 @@ Restart nginx with `/etc/init.d/nginx restart` and restart django with `/etc/ini Check out [this] if you're having trouble with the path info env variable. [this]: http://neithere.net/dev/notes/nginx-fcgi-django/ + +