Customizing Configuration¶
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/or PostgreSQL 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
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.
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.
After making any 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.