Customizing Configuration
Overview
Note:
Make sure that you understand the changes you are making. Improper PHP-FPM or PostgreSQL configuration may cause issues.
You can customize the PHP-FPM and PostgreSQL settings for the API container. These settings will persist across container restarts, product updates, and other system changes.
Customizing PHP-FPM Settings
To customize the PHP-FPM settings for the API container, edit the following file:
/usr/local/solus/config/api-php-fpm.conf
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.
Customizing PostgreSQL Settings
To customize the PostgreSQL settings for the API container, edit the following file:
/usr/local/solus/config/postgresql_custom.conf
Note:
The file /usr/local/solus/config/postgresql_custom.conf can be empty.
Applying Changes
After making any changes, apply the settings:
/usr/local/solus/bin/installer -reconfigureNote:
Running /usr/local/solus/bin/installer -reconfigure will cause a brief downtime of the management server as it recreates the Docker containers.