Title: coreutils's Replies | WordPress.org

---

# coreutils

  [  ](https://wordpress.org/support/users/coreutils/)

 *   [Profile](https://wordpress.org/support/users/coreutils/)
 *   [Topics Started](https://wordpress.org/support/users/coreutils/topics/)
 *   [Replies Created](https://wordpress.org/support/users/coreutils/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/coreutils/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/coreutils/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/coreutils/engagements/)
 *   [Favorites](https://wordpress.org/support/users/coreutils/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Nginx Multisite doesn't show uploaded images](https://wordpress.org/support/topic/nginx-multisite-doesnt-show-uploaded-images/)
 *  [coreutils](https://wordpress.org/support/users/coreutils/)
 * (@coreutils)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/nginx-multisite-doesnt-show-uploaded-images/#post-3488706)
 * Oops, problem solved!
    I am using wordpress 2.8 and the plugin handle image file
   is not exist (ms-files.php) I have to use this directive instead: rewrite ^.*/
   files/(.*) /wp-content/blogs.php?file=$1;
 * if you follow the [http://codex.wordpress.org/Nginx](http://codex.wordpress.org/Nginx),
   please replace
 *  location ~ ^/[_0-9a-zA-Z-]+/files/(.*)$ {
    try_files /wp-content/blogs.dir/$
   blogid/files/$2 /wp-includes/ms-files.php?file=$2 ; access_log off; log_not_found
   off; expires max; }
 * with the one above.
 * Good luck!
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Nginx Multisite doesn't show uploaded images](https://wordpress.org/support/topic/nginx-multisite-doesnt-show-uploaded-images/)
 *  [coreutils](https://wordpress.org/support/users/coreutils/)
 * (@coreutils)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/nginx-multisite-doesnt-show-uploaded-images/#post-3488705)
 * Hi, dallasb86
 *  It is weird, I got the same result.
    I followed the instruction here: [http://codex.wordpress.org/Nginx](http://codex.wordpress.org/Nginx)
   Since we are still using wordpress 2.8 and the ngix-helper plugin is not compatible,
   I even manually create the map file. But the picture just not show up. I switched
   from apache to ngnix and I am still struggling …
 *  Is there anybody could help?

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