Update sample-nginx.config
authorAndy H3 <andy@hubup.pro>
Mon, 19 Nov 2018 16:26:34 +0000 (23:26 +0700)
committerGitHub <noreply@github.com>
Mon, 19 Nov 2018 16:26:34 +0000 (23:26 +0700)
Added buffers and buffer size

mods/sample-nginx.config

index 5a93972..dd61c05 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