Unix/Linux


# nginx.conf
$ sudo nginx -t

# apache
$ apachectl -V | grep SERVER_CONFIG_FILE

# my.cnf
$ mysql --help | grep -A 1 'Default options'

# php.ini
$ php --ini

# php-fpm.conf
$ php-fpm -t

# .gitconfig
$ git config --system|global|local -e