Cache-proxy passes garbled fonts + alias problem

Hello,

THE ISSUES:

  1. The squid-like proxy passes some sites with garbled fonts, for
    example: http://dha.com.tr. I suspect problem on that site is
    Microsoft -related, as most sites in do not have this issue. Also no
    issue when not using the nginx cache proxy.

  2. I’m doing soemething wrong with alias, and it does not work.
    location /wp {
    alias /dbhttp/wordpress/;
    fastcgi_pass unix:/var/run/www/php-fpm.sock; }
    The browser does not go to page when I type in /wp or any other
    alias.

Thanks for your time.