- WordPress core y plugins - Tema Twenty Twenty-Four configurado - Plugin allow-unfiltered-html.php simplificado - .gitignore configurado para excluir wp-config.php y uploads 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
4 lines
225 B
INI
Executable File
4 lines
225 B
INI
Executable File
; Use memcache as a session handler
|
|
session.save_handler = memcache
|
|
; Use a comma separated list of server urls to use for storage:
|
|
session.save_path = "tcp://localhost:11211?persistent=1&weight=1&timeout=1&retry_interval=15" |