Increase php limits

This commit is contained in:
Tom Wiesing 2020-10-07 12:37:55 +02:00
parent e94f1a04b5
commit 19b584408d
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15
3 changed files with 11 additions and 9 deletions

View file

@ -1,3 +1,3 @@
# update the max body size to fit with php's configuration.
# should be kept in sync with distillery/resources/compose/barrel/conf/wisski.ini.
client_max_body_size 250m;
client_max_body_size 1000m;