Closed (fixed)
Project:
Octopus
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2012 at 21:09 UTC
Updated:
25 Nov 2012 at 21:50 UTC
While working on debugging #1592680: Upload progress module breaks uploads on all D7 sites we have tested many versions of 3rd party Upload Progress Nginx module and somehow we have managed to forget that its 0.9.0 version no longer supports old configuration and requires now special extra directive: upload_progress_java_output;, but only for Drupal 6.x, while all previous versions didn't require it. We have to apply a hotfix both to HEAD and stable.
Comments
Comment #1
omega8cc commentedFixed in HEAD and stable: http://drupalcode.org/project/octopus.git/commit/37be0ce
For the record, here is a full configuration for D7 and D6, when 0.9.0 version of the Nginx module is used:
Comment #2.0
(not verified) commentedTypo fix.