Upgrade wkhtmltopdf and phpmyadmin
This commit is contained in:
parent
18614e79eb
commit
b84a8d1ef2
@ -9,7 +9,7 @@ fi
|
||||
# --- Installation Wkhtmltopdf
|
||||
if [ ! -f /usr/local/bin/wkhtmltopdf ]
|
||||
then
|
||||
sudo dpkg -i /vagrant/data/Apps/wkhtmltox-0.12.1_linux-trusty-amd64.deb
|
||||
sudo dpkg -i /vagrant/data/Apps/wkhtmltox-0.12.2.1_linux-trusty-amd64.deb
|
||||
sudo apt-get -f install -y
|
||||
fi
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
ServerName phpmyadmin.sd.dev
|
||||
UseCanonicalName On
|
||||
UseCanonicalPhysicalPort On
|
||||
DocumentRoot /home/vhosts/phpMyAdmin-4.3.7-all-languages
|
||||
<Directory /home/vhosts/phpMyAdmin-4.3.7-all-languages/>
|
||||
DocumentRoot /home/vhosts/phpMyAdmin-4.4.7-all-languages
|
||||
<Directory /home/vhosts/phpMyAdmin-4.4.7-all-languages/>
|
||||
EnableSendfile Off
|
||||
AllowOverride all
|
||||
Require all granted
|
||||
|
Loading…
Reference in New Issue
Block a user