Commit 7b960446

mo k <mo@mokhan.ca>
2013-02-23 15:11:49
remove fast upload stuff from nginx conf
1 parent 1f93009
Changed files (1)
config/nginx.conf
@@ -67,20 +67,5 @@ http {
       add_header ETag "";
       break;
     }
-    location /creations/fast_upload {
-      upload_pass @fast_upload_endpoint;
-      upload_store /home/cakeside/apps/www.cakeside.com/shared/uploads_tmp 1;
-      upload_store_access user:rw group:rw all:r;
-      upload_set_form_field creation[image] "$upload_file_name";
-      upload_set_form_field creation[content_type] "$upload_content_type";
-      upload_set_form_field creation[filepath] "$upload_tmp_path";
-
-      upload_pass_form_field "^authenticity_token$|^creation.*"; 
-
-      upload_cleanup 400 404 499 500-505;
-    }
-    location @fast_upload_endpoint {
-      passenger_enabled on;
-    }
   }
 }