Skip to content

Commit

Permalink
Merge pull request #24 from lsst-epo/master
Browse files Browse the repository at this point in the history
merge from master
  • Loading branch information
jtrouth authored Jan 14, 2025
2 parents 0427374 + 55b9dba commit db37eb8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions php.ini-production
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@
; Development Value: Off
; Production Value: Off

; Off to prevent Craft CMS security exploit
register_argc_argv = Off

; request_order
; Default Value: None
; Development Value: "GP"
Expand Down Expand Up @@ -699,7 +702,7 @@ auto_globals_jit = On
; Its value may be 0 to disable the limit. It is ignored if POST data reading
; is disabled through enable_post_data_reading.
; https://php.net/post-max-size
post_max_size = 8M
post_max_size = 100M

; Automatically add files before PHP document.
; https://php.net/auto-prepend-file
Expand Down Expand Up @@ -851,7 +854,7 @@ file_uploads = On

; Maximum allowed size for uploaded files.
; https://php.net/upload-max-filesize
upload_max_filesize = 2M
upload_max_filesize = 100M

; Maximum number of files that can be uploaded via a single request
max_file_uploads = 20
Expand Down

0 comments on commit db37eb8

Please sign in to comment.