Skip to content

Commit

Permalink
"99-custom.ini.j2": Update some comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
damiendart committed Jun 1, 2024
1 parent 5ce8398 commit 045bc4c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions roles/webserver/templates/99-custom.ini.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; {{ ansible_managed }}
# {{ ansible_managed }}

display_errors = Off
max_file_uploads = 20M
Expand All @@ -7,12 +7,13 @@ session.cache_expire = 30
session.cookie_httponly = On
session.cookie_samesite = Lax
session.cookie_secure = On
; While "session.sid_length" supports a value up to 256, setting it to
; the highest possible value causes the default filesystem session
; handler to bomb out because it tries, and fails, to create files with
; filenames that are are too long. For more information, see
; <https://bugs.php.net/bug.php?id=75140>.

# While "session.sid_length" supports a value up to 256, setting it to
# the maximum value causes the default filesystem session handler to
# bomb out because it create files with file names that are too long.
# For more information, see <https://bugs.php.net/bug.php?id=75140>.
session.sid_length = 250

session.sid_bits_per_character = 6
session.use_strict_mode = On
upload_max_filesize = 20M

0 comments on commit 045bc4c

Please sign in to comment.