server { listen 8020; charset utf-8; location ^~ / { proxy_pass http://bridge; } }