clanService/wordpress: phpfpm options and wp-config.php are configurable from inventory interface

This commit is contained in:
2026-06-12 12:09:56 +07:00
parent d622040d30
commit 8b12656149
2 changed files with 28 additions and 1 deletions
+10
View File
@@ -287,6 +287,16 @@
tenants = [
"poyfestival.com"
];
phpfpmOptions = ''
upload_max_filesize=64M
post_max_size=128M
'';
wpExtraConfig = ''
define('WP_MEMORY_LIMIT', '256M');
define('WP_DEBUG', false);
define('WP_DEBUG_DISPLAY', false);
define('WP_DEBUG_LOG', false);
'';
};
};
};