Title: [Plugin: Minify] Nginx Support
Last modified: August 20, 2016

---

# [Plugin: Minify] Nginx Support

 *  [h2so4_](https://wordpress.org/support/users/h2so4_/)
 * (@h2so4_)
 * [14 years ago](https://wordpress.org/support/topic/plugin-minify-nginx-support/)
 * 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/](http://wordpress.org/extend/plugins/minify/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [athalas](https://wordpress.org/support/users/athalas/)
 * (@athalas)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-minify-nginx-support/#post-2777785)
 * 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](https://wordpress.org/support/users/jessekeys/)
 * (@jessekeys)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-minify-nginx-support/#post-2777788)
 * that’s exactly the one h2so4_ posted, athalas…
 *  [athalas](https://wordpress.org/support/users/athalas/)
 * (@athalas)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-minify-nginx-support/#post-2777789)
 * @jessor – No, it’s not – there is a missing / before wp-content.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: Minify] Nginx Support’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/minify_d4d4d4.svg)
 * [Minify](https://wordpress.org/plugins/minify/)
 * [Support Threads](https://wordpress.org/support/plugin/minify/)
 * [Active Topics](https://wordpress.org/support/plugin/minify/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/minify/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/minify/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [athalas](https://wordpress.org/support/users/athalas/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-minify-nginx-support/#post-2777789)
 * Status: not resolved