I'm trying to install Adminer from Ubuntu repository using:
sudo apt install adminer
Installation works fine but can't find the file /etc/adminer/apache.conf
to use with Apache server. The folder /etc/adminer/
is empty and can't find it anywhere with find
command.
Any help? Thanks in advance.