mirror of
https://github.com/friendica/friendica
synced 2024-11-19 07:03:40 +00:00
Merge pull request #6169 from AndyHee/develop
Update nginx sample config
This commit is contained in:
commit
70e68449ff
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…
Reference in a new issue