1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minchat_ynh.git synced 2024-09-03 19:36:29 +02:00

Update nginx.conf

This commit is contained in:
ericgaspar 2020-07-26 19:52:53 +02:00
parent 8262156e8c
commit af1cb59480
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -9,7 +9,7 @@ location __PATH__/ {
rewrite ^ https://$server_name$request_uri? permanent;
}
index index.php;
index index.html index.php;
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
client_max_body_size 50M;