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