WPIntell

Source evidence

[Plugin: Minify] Nginx Support

Minify · support · 2012-05-29T10:54:00+00:00

complaintsentiment
mediumseverity
0.86relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 25 rows with source links

20.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
h2so4_ unresolved
Did somebody try this with nginx? The rewrite rule doesn’t work just like that. rewrite ^wp-content/cache/minify-(.+)-(.*).(css|js)$ /wp-content/plugins/minify/make.php?hash=$1&type=$3&incr=$2 last; This could be a great plugin, but some more information would be really nice. For example if its using memcached or not or a check if it works and some credits or something. http://wordpress.org/extend/plugins/minify/ For nginx the rewrite rule should be: rewrite ^/wp-content/cache/minify-(.+)-(.*).(css|js)$ /wp-content/plugins/minify/make.php?hash=$1&type=$3&incr=$2 last; that’s exactly the one h2so4_ posted, athalas… @jessor – No, it’s not – there is a missing / before wp-content.

Comments

3 shown
athalas 2012-07-19T16:16:00+00:00

For nginx the rewrite rule should be: rewrite ^/wp-content/cache/minify-(.+)-(.*).(css|js)$ /wp-content/plugins/minify/make.php?hash=$1&type=$3&incr=$2 last;

jessor 2012-07-20T19:32:00+00:00

that’s exactly the one h2so4_ posted, athalas…

athalas 2012-07-20T19:42:00+00:00

@jessor – No, it’s not – there is a missing / before wp-content.