From af7f1c0c072c848434011cebe0ceba22d9d2634e Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 20 Mar 2009 20:17:25 -0700 Subject: [PATCH] proxy_redirect needs to be off for nginx to work with Luminotes. --- examples/nginx_luminotes | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/nginx_luminotes b/examples/nginx_luminotes index 348f553..ac324a7 100644 --- a/examples/nginx_luminotes +++ b/examples/nginx_luminotes @@ -16,6 +16,7 @@ server { location / { proxy_pass http://luminotes; + proxy_redirect off; client_max_body_size 505m; track_uploads luminotes 30s; }