mirror of
https://github.com/YunoHost-Apps/friendica_ynh.git
synced 2024-09-03 18:36:14 +02:00
Update nginx.conf
This commit is contained in:
parent
f47c278341
commit
333cd353f4
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ location __PATH__/ {
|
||||||
rewrite ^(.*)$ /index.php?pagename=$1;
|
rewrite ^(.*)$ /index.php?pagename=$1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#allow uploads up to 20MB in size
|
#allow uploads up to 50MB in size
|
||||||
client_max_body_size 50M;
|
client_max_body_size 50M;
|
||||||
client_body_buffer_size 128k;
|
client_body_buffer_size 128k;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue