1
0
Fork 0
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:
Éric Gaspar 2024-08-23 18:33:41 +02:00
parent f47c278341
commit 333cd353f4

View file

@ -6,7 +6,7 @@ location __PATH__/ {
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_body_buffer_size 128k;