diff --git a/template.env b/template.env index dfe5038..69bdaac 100644 --- a/template.env +++ b/template.env @@ -200,6 +200,8 @@ SYNCSERVERS_1_PULL_RULES= # PHP_POST_MAX_SIZE=50M # Maximum time PHP spends parsing input data in seconds. # PHP_MAX_INPUT_TIME=300 +# Maximum number of file to upload per request. +# PHP_MAX_FILE_UPLOADS=50 ## PHP FPM pool setup # Maximum number of php-fpm processes, limits the number of simultaneous requests. @@ -252,6 +254,9 @@ SYNCSERVERS_1_PULL_RULES= # Options: DENY, SAMEORIGIN, ALLOW-FROM Default: SAMEORIGIN # X_FRAME_OPTIONS= +# NGINX maximum allowed size of the client request body. +# NGINX_CLIENT_MAX_BODY_SIZE=50M + # Content-Security-Policy (CSP) configuration: defines allowed resources and prevents attacks like XSS. # Example: "frame-src 'self' https://*.example.com; frame-ancestors 'self' https://*.example.com; object-src 'none'; report-uri https://example.com/cspReport" # CONTENT_SECURITY_POLICY=