mirror of https://github.com/MISP/misp-docker
adding "PHP_MAX_FILE_UPLOADS" and "NGINX_CLIENT_MAX_BODY_SIZE" variables
parent
9f8fed1a2b
commit
592397e01f
|
@ -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 <URL> 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=
|
||||
|
|
Loading…
Reference in New Issue