From 98b01752cb93b622efd57b2b8883f78336d6ee21 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Thu, 15 Nov 2018 22:06:50 +0100 Subject: ID as strings -> larger JSONs -> conf changes --- conf/nginx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 8ac97c0..f112ff2 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -47,7 +47,6 @@ http { # listen 127.0.0.1; listen *:80; server_name localhost; - access_log /var/log/nginx/localhost.access_log main; error_log /var/log/nginx/localhost.error_log info; @@ -62,6 +61,8 @@ http { proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_pass http://127.0.0.1:8000; + + client_body_temp_path /tmp/nginx_rbf; } } -- cgit v1.2.3-70-g09d2