Closed (fixed)
Project:
Provision
Version:
7.x-3.x-dev
Component:
HTTP Service
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
8 Nov 2016 at 19:28 UTC
Updated:
24 Nov 2016 at 14:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
colanComment #3
memtkmcc commentedI have no objections, other than any missing hits in this location will hit heavy Drupal backend for 404 instead of nginx fast 404 -- which is expected for location dedicated for images derivatives, but not for css/js.
Comment #4
memtkmcc commentedAh, wait I have looked at the wrong lines apparently. It is outside of images derivatives sub-location, so OK.
Comment #5
memtkmcc commentedIt is in a sub-location which includes fast 404 and the rewrite you are looking for, I think:
Comment #6
memtkmcc commentedRTBC
Comment #7
memtkmcc commented@colan -- Please commit your patch! :)
Comment #9
colanThanks for the review! Done.