cherokee - Strange django media deployment issue -
i managed deploy cherokee reverse proxy django app running cherrypy information source.
all of static files , media files seem served correctly except particular image.
on http://mydomain.com/media/files/none.png,
the image "http://mydomain.com/media/files/none.png" cannot displayed because contains errors.
but if append ?
behind file's url, shows correctly 1x1 pixel image.
http://mydomain.com/media/files/none.png?
will give
none.png (png image, 1 x 1 pixels)
which expected , correct.
why so?
browser cache problem. issue solved while back. closing this.
Comments
Post a Comment