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

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -