witten
/
luminotes
Archived
1
0
Fork 0

Mentioning nginx config file value.

This commit is contained in:
Dan Helfman 2009-03-19 22:01:01 -07:00
parent 4f3b478509
commit d3f2951ca1
2 changed files with 7 additions and 1 deletions

View File

@ -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

2
NEWS
View File

@ -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.