# nginx http unchunker server { listen 27701; types_hash_max_size 4096; location / { proxy_http_version 1.0; proxy_pass http://0.0.0.0:27702/; } }