Closed (fixed)
Project:
FileField Nginx Progress
Version:
6.x-1.0
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Aug 2010 at 15:26 UTC
Updated:
31 Aug 2010 at 23:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
smoothify commentedAre you actually experiencing trouble with running drupal in a subdirectory?
I will try and test this, but if there is a problem it would be the following that needs to be changed
from :
location ^~ /progress {
report_uploads uploads;
}
to :
location ^~ /SUBDIR/progress {
report_uploads uploads;
}
alternatively the module could make this setting configurable from a settings page.
Comment #2
smoothify commentedI looked into this further and managed to reproduce the issue.
Here is a patch that makes sure it uses the root of the domain and not the subdirectory.
Please let me know if it works for you.
Comment #3
DrachenKaiser commentedHello,
thanks, it is working!
Comment #4
smoothify commentedgreat, committed :)