Update sample-nginx.config
authorAndy H3 <andy@hubup.pro>
Mon, 19 Nov 2018 16:31:54 +0000 (23:31 +0700)
committerGitHub <noreply@github.com>
Mon, 19 Nov 2018 16:31:54 +0000 (23:31 +0700)
mods/sample-nginx.config

index dd61c05..d6afe71 100644 (file)
@@ -128,7 +128,7 @@ server {
     fastcgi_index index.php;
     fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
                
-               fastcgi_buffers 16 16k; 
+    fastcgi_buffers 16 16k; 
     fastcgi_buffer_size 32k;
   }