How to Override Configuration Files - Pilothouse-App/Pilothouse GitHub Wiki
All of the configuration files can be overridden by a custom version. Simply copy the configuration file from the Pilothouse repository to the Pilothouse home directory (~/.pilothouse
). If a custom version exists there, it will be used instead of the bundled default.
Here are the locations of the default configuration files, along with the filename to override it:
Service | Filename to Override |
---|---|
MySQL | mysql.conf |
Nginx | nginx.conf |
Nginx Default Site | nginx-default-site.conf |
PHP | php.ini |
PHP-FPM | php-fpm.conf |
Xdebug | xdebug.ini |
SSMTP | ssmtp.conf |
Remember to restart Pilothouse after making any configuration file changes.