summarylogtreecommitdiffstats
path: root/nginx_http
blob: c34bfc11176c1053238f6ffbc591ef11e1916deb (plain)
1
2
3
4
5
6
7
8
9
10
# nginx http unchunker
server {
    listen      27701;
    type_hash_max_size 4096;

    location / {
        proxy_http_version 1.0;
        proxy_pass         http://0.0.0.0:27702/;
    }
}