summarylogtreecommitdiffstats
path: root/nginx_http
blob: 1388cbca66e28c177ecf2a8c421cf65dbb04a5da (plain)
1
2
3
4
5
6
7
8
9
10
# 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/;
    }
}