From d3f2951ca1d08c6c684476a0a0fb5ed57ff71f9e Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Thu, 19 Mar 2009 22:01:01 -0700 Subject: [PATCH] Mentioning nginx config file value. --- INSTALL | 6 ++++++ NEWS | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 74a19a9..b2a5124 100644 --- a/INSTALL +++ b/INSTALL @@ -173,6 +173,12 @@ http://github.com/masterzen/nginx-upload-progress-module/ for more information. Then, configure nginx as per the example configuration file in examples/nginx_luminotes. +Also for nginx, you should edit config/Common.py and set the +luminotes.web_server value to "nginx" so that Luminotes makes use of nginx's +X-Accel-Redirect header. For instance: + + "luminotes.web_server": "nginx", + For either web server, you should change the paths in your configuration file to point to wherever Luminotes happens to be installed. The example configuration causes your web server to serve static files itself, while diff --git a/NEWS b/NEWS index 5330deb..08ad757 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ 1.6.10: - * Faster uploads and downloads for online users. + * Faster uploads and downloads for users of luminotes.com. * Luminotes Server improvements: * Fixed a bug in examples/luminotes_debian_initscript that prevented the "stop" command from working properly.