summarylogtreecommitdiffstats
path: root/nginx_http
diff options
context:
space:
mode:
Diffstat (limited to 'nginx_http')
-rw-r--r--nginx_http10
1 files changed, 10 insertions, 0 deletions
diff --git a/nginx_http b/nginx_http
new file mode 100644
index 000000000000..c34bfc11176c
--- /dev/null
+++ b/nginx_http
@@ -0,0 +1,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/;
+ }
+}