- Set PHP_UPLOAD_LIMIT to 64M.

This commit is contained in:
2025-03-08 23:41:41 +01:00
parent f4324c3577
commit 985b02b0ff
3 changed files with 6 additions and 3 deletions

View File

@@ -100,10 +100,11 @@ DB_SERVER_NAME="MantisBT"
# WebApp
#-------------------------------------------------------------------------------
WA_APACHE_DOC_ROOT=/var/www/html
WA_CROND_ENABLED="FALSE"
WA_APACHE_DOC_ROOT="/var/www/html"
WA_PHP_UPLOAD_LIMIT="64M"
WA_LOG_HTTPD_EXT="./var/log/httpd-webapp"
WA_LOG_HTTPD_INT="/var/log/httpd"