# nginx https unchunker server { listen 27701 ssl; types_hash_max_size 4096; ssl_certificate ; ssl_certificate_key ; ssl_session_cache shared:SSL:1m; ssl_session_timeout 5m; ssl_ciphers HIGH:!aNULL:!MD5; ssl_prefer_server_ciphers on; location / { proxy_http_version 1.0; proxy_pass http://0.0.0.0:27702/; } }