Skip to content

Commit

Permalink
add more high buffer headers on app.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
ejklock committed Jul 25, 2022
1 parent d8b89e0 commit 840b404
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/docker-dev-lamp-env.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ def generateFileWithPath(path,content,lines=False,isYaml=False):
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_buffers 16 16k;
fastcgi_buffer_size 32k
}
location / {
try_files $uri $uri/ /index.php?$query_string;
Expand Down

0 comments on commit 840b404

Please sign in to comment.