Overview
Webuzo runs on the EMPS binary. This guide will show you how you can customize the configuration in the Webuzo EMPS binary.
Procedure
For PHP
To customize the php.ini, you will need to add your custom configuration at following mentioned directory:
/usr/local/emps/etc/php.d/custom.ini
Note: You will need to create php.d folder manually.
For Nginx
To customize the Nginx configuration, you will need to add the custom.conf file at following mentioned directory:
/usr/local/emps/etc/nginx/conf.d/custom.conf
Note
This custom conf will be a permanent configuration.
Also, any service like webmail, filemanager, PHPMyAdmin which runs on Webuzo port will be affected with this custom configuration.
After adding custom conf file you will need to restart the Webuzo services, you can execute the below mentioned command to restart the webuzo service:
webuzo --restart