Download & Extend

Nginx Fast Config

Introduction

Nginx Fast Config is a Drupal 6 only module that disables the deslash setting of the globalredirect module. This setting causes a redirect loop with a 0 rewrites Nginx configuration. There's no need for this setting to be enabled — which is the default — since the way Nginx processes the requests removes the trailing slash.

The deslash setting in the globalredirect settings form at /admin/settings/globalredirect is removed from the form.

Installation

To use this module you must have the global redirect module installed. After installing the module clear the cache. The preferred way of doing that is through drush, with drush cc all.

After that you're ready and set to go. There will appear a setting at the /admin/reports/status status page stating that it's safe to run the 0 rewrites configuration.

Drupal 7

There will never be a drupal 7 version of this module. The drupal 7 version of globalredirect doesn't provide this setting of removing the trailing slash. Since drupal already does that in request_path(). Therefore it's safe to use the Nginx Fast Config with drupal 7 in general.

Further developments

If there's any other module that causes problems with the 0 rewrites configuration please let me know in the github issue queue or here.

Downloads

Recommended releases

Version Downloads Date Links
6.x-1.1 tar.gz (7.96 KB) | zip (9.26 KB) 2011-Jun-24 Notes

Development releases

Version Downloads Date Links
6.x-1.x-dev tar.gz (7.98 KB) | zip (9.27 KB) 2011-Jun-26 Notes

Project Information


Maintainers for Nginx Fast Config

  • perusio - 2 commits
    last: 1 year ago, first: 1 year ago

Issues for Nginx Fast Config

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
nobody click here