proxy_store issue
Maxim Dounin
mdounin at mdounin.ru
Wed Feb 16 17:43:43 MSK 2011
Hello!
On Wed, Feb 16, 2011 at 06:23:13AM -0800, Indo Php wrote:
> I'm using proxy_store. It's works perfectly. Until now, we're fetching a HTML
> page.
>
> The error that I got is, the HTML which is fetched, shows me
> β8DÇ!üÎÁ
> {Â}1ëÚ'w§»[4¢¥ÑMû~9ͯCE»2öÜeBߧ}ùøt`A¹
>
> Is there anybody knows why it's happended? It's working very well if I'm
> fetching IMage, SWF, JS files
Missing charset? Missing Content-Encoding?
Note that proxy_store doesn't preserve any headers, and it's your
responsibility to ensure they are correct. If you aren't happy
with that - use proxy_cache instead.
Maxim Dounin
More information about the nginx
mailing list