Customizing Configuration¶
Note
Make sure that you understand the changes you are making. Improper PHP-FPM configuration may cause issues.
You can customize the PHP-FPM settings for the API container. These settings will persist across container restarts, product updates, and other system changes.
To customize the PHP-FPM settings for the API container, edit the following file:
/usr/local/solus/config/api-php-fpm.conf
After making the changes, apply the settings:
/usr/local/solus/bin/installer -reconfigure
Note
Running /usr/local/solus/bin/installer -reconfigure
will cause a brief downtime of the management server as it recreates the Docker containers.
Note
The file /usr/local/solus/config/api-php-fpm.conf
must not be empty. An empty file will result in errors. By default, the file is populated with empty sections to prevent this.