Closed (fixed)
Project:
Provision
Version:
7.x-3.x-dev
Component:
HTTP Service
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jan 2017 at 01:48 UTC
Updated:
31 Jan 2017 at 13:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
memtkmcc commentedAttached patch should fix the problem, since it is detecting Drupal 7 or newer specific HTTP header received from the PHP backend to switch to the correct rewrite style. Not tested yet, though.
Comment #3
colanCan we remove these stanzas instead of commenting them out? Or are they temporary while you're testing?
The rest seems to match what's in https://www.nginx.com/resources/wiki/start/topics/recipes/drupal/ so that's good.
Comment #4
memtkmcc commentedSure, I forgot to switch branches before exporting the patch, apparently.
Comment #5
memtkmcc commentedI have looked at this again, and I think it is OK to leave the commented out lines as proposed, because they are config examples useful when someone wants to override named location in the included extra config file to restore the previously enabled bots filtering.
Comment #6
colanComment #8
memtkmcc commentedThanks for the review! Patch committed.