Merge pull request #6170 from annando/safe-save
authorHypolite Petovan <hypolite@mrpetovan.com>
Mon, 19 Nov 2018 16:51:39 +0000 (11:51 -0500)
committerGitHub <noreply@github.com>
Mon, 19 Nov 2018 16:51:39 +0000 (11:51 -0500)
To safe or not so save, that is the question

mods/sample-nginx.config

index 5a93972..d6afe71 100644 (file)
@@ -127,6 +127,9 @@ server {
     include fastcgi_params;
     fastcgi_index index.php;
     fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
+               
+    fastcgi_buffers 16 16k; 
+    fastcgi_buffer_size 32k;
   }
 
   # block these file types