Skip to content

Commit 840b404

Browse files
committed
add more high buffer headers on app.conf
1 parent d8b89e0 commit 840b404

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/docker-dev-lamp-env.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ def generateFileWithPath(path,content,lines=False,isYaml=False):
143143
include fastcgi_params;
144144
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
145145
fastcgi_param PATH_INFO $fastcgi_path_info;
146+
fastcgi_buffers 16 16k;
147+
fastcgi_buffer_size 32k
146148
}
147149
location / {
148150
try_files $uri $uri/ /index.php?$query_string;

0 commit comments

Comments
 (0)