Skip to content

Commit

Permalink
Tune default nginx-unit configuration
Browse files Browse the repository at this point in the history
Should now handle pretty URLs by default, and use the same max body size
as other server types
  • Loading branch information
ananace committed Dec 16, 2023
1 parent 5b82ed6 commit 9b372ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nextcloud-unit.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,16 @@
"root": "/var/www/html/ocs-provider/",
"script": "index.php"
}
},
"environment": {
"front_controller_active": "true"
}
}
},

"settings": {
"http": {
"max_body_size": 2147483648
"max_body_size": 1073741824
}
}
}

0 comments on commit 9b372ea

Please sign in to comment.