Merge pull request #1178 from nextcloud/enh/noid/bring-in-sync

bring Apache limits in sync with PHP limits
This commit is contained in:
Simon L
2022-09-20 19:12:00 +02:00
committed by GitHub
5 changed files with 18 additions and 2 deletions

View File

@@ -24,7 +24,9 @@
"TALK_HOST=nextcloud-aio-talk",
"APACHE_PORT=%APACHE_PORT%",
"ONLYOFFICE_HOST=nextcloud-aio-onlyoffice",
"TZ=%TIMEZONE%"
"TZ=%TIMEZONE%",
"APACHE_MAX_SIZE=%APACHE_MAX_SIZE%",
"APACHE_MAX_TIME=%NEXTCLOUD_MAX_TIME%"
],
"volumes": [
{