Skip to content

Commit

Permalink
feat: Update ini file and delete useless environment
Browse files Browse the repository at this point in the history
  • Loading branch information
eliot488995568 committed Dec 4, 2024
1 parent 0e4074f commit 0b643c9
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 8 deletions.

This file was deleted.

29 changes: 29 additions & 0 deletions docker/frankenphp/conf.d/app.dev.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,32 @@
; The `client_host` below may optionally be replaced with `discover_client_host=yes`
; Add `start_with_request=yes` to start debug session on each request
xdebug.client_host = xdebug://gateway

date.timezone = Europe/Paris
session.auto_start = Off
; Session ID cannot be passed through URLs
session.use_only_cookies = On
; Uses a secure connection (HTTPS) if possible
; session.cookie_secure = On
; Do not accept uninitialized session ID
session.use_strict_mode = On
; Do not make session cookie available to JS
session.cookie_httponly = On
short_open_tag = Off

; http://symfony.com/doc/current/performance.html
; Configure OPcache for Maximum Performance
opcache.revalidate_freq = 0
opcache.memory_consumption = 256
opcache.max_accelerated_files = 20000
opcache.interned_strings_buffer = 16

; Configure the PHP realpath Cache
realpath_cache_size = 4096K
realpath_cache_ttl = 600

memory_limit = 512M
post_max_size = 128M
upload_max_filesize = 64M
expose_php = On
display_errors = On

0 comments on commit 0b643c9

Please sign in to comment.