Media Library Images not rendered in Multisite
-
Please help me with the Nginx Configuration.
map $http_host $blogid {
default 0;
include /var/www/blog/blogs/wp-content/uploads/nginx-helper/map.conf;
}location ~ ^/files/(.*)$ {
try_files /blogs/wp-content/blogs.dir/$blogid/$uri /wp-includes/ms-files.php?file=$1 ;
access_log off; log_not_found off; expires max;
}I still gets 404 error. i would need urgent help. Sorry if it is repeating.
https://localhost/blogs/myblog1/files/2017/09/index.jpeg
to
https://localhost/blogs/wp-content/blogs.dir/9/files/2017/09/kanyakumari-6.jpgThanks
- The topic ‘Media Library Images not rendered in Multisite’ is closed to new replies.