From a12e2ec81c181a545249aa269ac27d2fcf736a85 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Tue, 2 Feb 2016 21:48:13 +0100 Subject: [PATCH] Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e40c373..a3208d9 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Recommended: * Do ``cp conf.py.sample conf.py`` * Edit ``conf.py`` so that the information is correct * `sqlite3 files.db < schema.sql` -* If possible, make it listen on ``127.0.0.1`` and then use something like nginx as a reverse proxy. For security purposes. Using gunicorn and the WSGI entry point is even better if you know how to do that. +* If possible, make it listen on ``127.0.0.1`` and then use something like nginx as a reverse proxy for security purposes. Using gunicorn and the WSGI entry point is even better if you know how to do that. * ``chmod +x run.py`` and then ``./run.py`` * ??? * PROFIT (Hopefully) \ No newline at end of file