mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 22:17:17 +02:00
Update sample-nginx.config
Added buffers and buffer size
This commit is contained in:
parent
735cb7c6c1
commit
80a990a7d5
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue