witten
/
luminotes
Archived
1
0
Fork 0

proxy_redirect needs to be off for nginx to work with Luminotes.

This commit is contained in:
Dan Helfman 2009-03-20 20:17:25 -07:00
parent d0853c8e6b
commit af7f1c0c07
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ server {
location / {
proxy_pass http://luminotes;
proxy_redirect off;
client_max_body_size 505m;
track_uploads luminotes 30s;
}