diff --git a/apps/drupal/drupal_upload_progress.conf b/apps/drupal/drupal_upload_progress.conf index 843fb06c..70795dc1 100644 --- a/apps/drupal/drupal_upload_progress.conf +++ b/apps/drupal/drupal_upload_progress.conf @@ -17,7 +17,7 @@ location ~ (?.*)/x-progress-id:(?\d*) { ## Now the above rewrite must be matched by a location that ## activates it and references the above defined upload ## tracking zone. -location ^~ /progress { +location ~ ^/progress$ { upload_progress_json_output; report_uploads uploads; }